1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Spelling on browser config, add size settings to options so things don't

get scrunched.
This commit is contained in:
David Ankers 2012-10-04 12:52:36 +10:00
parent c8d9f89ea3
commit 6b2ac1cf39
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@
<ExpertMode>false</ExpertMode>
<OverrideLanguage>en_AU</OverrideLanguage>
<SaveSettingsOnExit>true</SaveSettingsOnExit>
<SettingsWindowHeight>600</SettingsWindowHeight>
<SettingsWindowWidth>800</SettingsWindowWidth>
<StyleSheet>default</StyleSheet>
<UDPMirror>false</UDPMirror>
</General>

View File

@ -118,7 +118,7 @@
<item row="4" column="0">
<widget class="QCheckBox" name="hilightBox">
<property name="text">
<string>Only hilight nodes when value actually changes</string>
<string>Only highlight nodes when value actually changes</string>
</property>
</widget>
</item>