1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +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">
<property name="geometry">
<rect>
<x>270</x>
<x>260</x>
<y>0</y>
<width>251</width>
<width>291</width>
<height>41</height>
</rect>
</property>
@ -968,7 +968,7 @@ Neutral should be put at the bottom of the slider for the throttle.</string>
</rect>
</property>
<property name="text">
<string>RC Receiver Type:</string>
<string>Receiver Type:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>