1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-21 11:54:15 +01:00

FlightMode GUI: attempt to fix label overlap on linux and OSX

This commit is contained in:
Oleg Semyonov 2012-07-04 00:06:55 +03:00
parent 12106c5549
commit 4a75e226eb

View File

@ -632,7 +632,7 @@ Setup the flight mode channel on the RC Input tab if you have not done so alread
<widget class="QSpinBox" name="fmsPosNum"> <widget class="QSpinBox" name="fmsPosNum">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>464</x> <x>440</x>
<y>20</y> <y>20</y>
<width>61</width> <width>61</width>
<height>20</height> <height>20</height>
@ -668,7 +668,7 @@ channel value for each flight mode.</string>
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>Number of switch positions:</string> <string>Number of modes:</string>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="label_15"> <widget class="QLabel" name="label_15">