Skip to content

Commit 4b3ecdc

Browse files
strukturedclaude
authored andcommitted
Fix #7: increase FPS spinbox maximum to 999
The maxFPSSpinBox had no explicit maximum, defaulting to Qt's 99. Users with high-refresh displays could set FPS > 99 in config.inp but couldn't change it in the UI without editing the file. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a250fb8 commit 4b3ecdc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/common/qprojectmconfigdialog.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ p, li { white-space: pre-wrap; }
296296
<property name="minimum">
297297
<number>0</number>
298298
</property>
299+
<property name="maximum">
300+
<number>999</number>
301+
</property>
299302
</widget>
300303
</item>
301304
<item row="6" column="0" colspan="2">

0 commit comments

Comments
 (0)