Merge pull request #6696 from ameerj/speed-limit-rename

general: Rename "Frame Limit" references to "Speed Limit"
This commit is contained in:
bunnei
2021-07-26 18:51:00 -07:00
committed by GitHub
18 changed files with 80 additions and 88 deletions

View File

@ -27,14 +27,14 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QCheckBox" name="toggle_frame_limit">
<widget class="QCheckBox" name="toggle_speed_limit">
<property name="text">
<string>Limit Speed Percent</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="frame_limit">
<widget class="QSpinBox" name="speed_limit">
<property name="suffix">
<string>%</string>
</property>