1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Minor UI improvment with the sliders

This commit is contained in:
Fredrik Larson 2014-08-26 19:44:31 +10:00
parent 71a6726749
commit a7ad51d335
2 changed files with 5 additions and 5 deletions

View File

@ -190,7 +190,7 @@
</property>
<property name="minimumSize">
<size>
<width>40</width>
<width>50</width>
<height>0</height>
</size>
</property>
@ -222,7 +222,7 @@ margin:1px;</string>
</property>
<property name="minimumSize">
<size>
<width>40</width>
<width>50</width>
<height>0</height>
</size>
</property>
@ -264,7 +264,7 @@ margin:1px;</string>
<widget class="QLabel" name="elevonLabel2">
<property name="minimumSize">
<size>
<width>40</width>
<width>50</width>
<height>0</height>
</size>
</property>
@ -290,7 +290,7 @@ margin:1px;</string>
</property>
<property name="minimumSize">
<size>
<width>40</width>
<width>50</width>
<height>0</height>
</size>
</property>

View File

@ -165,7 +165,7 @@ void ConfigFixedWingWidget::setupUI(QString frameType)
m_aircraft->fwAileron1Label->setText("Aileron 1");
m_aircraft->fwAileron2Label->setText("Aileron 2");
m_aircraft->elevonLabel1->setText("Rudd");
m_aircraft->elevonLabel1->setText("Rudder");
m_aircraft->elevonLabel2->setText("Pitch");
m_aircraft->elevonSlider1->setEnabled(true);