We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3be40f commit d1e5001Copy full SHA for d1e5001
gui/uiinspector.ui
@@ -6,10 +6,16 @@
6
<rect>
7
<x>0</x>
8
<y>0</y>
9
- <width>395</width>
+ <width>387</width>
10
<height>562</height>
11
</rect>
12
</property>
13
+ <property name="maximumSize">
14
+ <size>
15
+ <width>390</width>
16
+ <height>16777215</height>
17
+ </size>
18
+ </property>
19
<property name="windowTitle">
20
<string>IanniX — Inspector</string>
21
transport/transport.cpp
@@ -212,8 +212,10 @@ void Transport::action() {
212
void Transport::setSpeed(qreal _scoreSpeed) {
213
speedLock = true;
214
scoreSpeed = _scoreSpeed;
215
+
216
ui->speedSlider->setValue(scoreSpeed*100.);
217
ui->speedSpin->setValue (scoreSpeed);
218
219
speedLock = false;
220
}
221
0 commit comments