Move 'Controls' checkbox a few pixels to the right.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8135 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2017-09-28 23:34:13 +00:00
parent 7dfc11b786
commit fed2387a46

View File

@ -56,6 +56,14 @@
<number>1</number> <number>1</number>
</property> </property>
<widget class="QCheckBox" name="cbControls"> <widget class="QCheckBox" name="cbControls">
<property name="geometry">
<rect>
<x>5</x>
<y>0</y>
<width>63</width>
<height>17</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>Controls</string> <string>Controls</string>
</property> </property>