Skip to content

Commit d1e5001

Browse files
committed
UI bugs
1 parent d3be40f commit d1e5001

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

gui/uiinspector.ui

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>395</width>
9+
<width>387</width>
1010
<height>562</height>
1111
</rect>
1212
</property>
13+
<property name="maximumSize">
14+
<size>
15+
<width>390</width>
16+
<height>16777215</height>
17+
</size>
18+
</property>
1319
<property name="windowTitle">
1420
<string>IanniX — Inspector</string>
1521
</property>

transport/transport.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,10 @@ void Transport::action() {
212212
void Transport::setSpeed(qreal _scoreSpeed) {
213213
speedLock = true;
214214
scoreSpeed = _scoreSpeed;
215+
215216
ui->speedSlider->setValue(scoreSpeed*100.);
216217
ui->speedSpin->setValue (scoreSpeed);
218+
217219
speedLock = false;
218220
}
219221

0 commit comments

Comments
 (0)