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

Small UI fix to avoid labels looking ugly on config input panel.

This commit is contained in:
elafargue 2011-05-09 11:19:55 +02:00
parent 0b63e9d39c
commit 9dc3dde2c8

View File

@ -919,9 +919,9 @@ Neutral should be put at the bottom of the slider for the throttle.</string>
<widget class="QLabel" name="RCInputConnected"> <widget class="QLabel" name="RCInputConnected">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>270</x> <x>260</x>
<y>0</y> <y>0</y>
<width>251</width> <width>291</width>
<height>41</height> <height>41</height>
</rect> </rect>
</property> </property>
@ -968,7 +968,7 @@ Neutral should be put at the bottom of the slider for the throttle.</string>
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>RC Receiver Type:</string> <string>Receiver Type:</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>