Skip to content

Commit

Permalink
GCS:Config:Autotune: Move save button to right
Browse files Browse the repository at this point in the history
Consistent with all other config widgets
  • Loading branch information
tracernz authored and mlyle committed Jul 15, 2017
1 parent f4e77fd commit 1283f27
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions ground/gcs/src/plugins/config/autotune.ui
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,20 @@ p, li { white-space: pre-wrap; }
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="adjustTune">
<property name="text">
<string>Adjust previous autotune...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="fromDataFileBtn">
<property name="text">
<string>From data file...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="saveStabilizationToSD_6">
<property name="minimumSize">
Expand All @@ -147,20 +161,6 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="adjustTune">
<property name="text">
<string>Adjust previous autotune...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="fromDataFileBtn">
<property name="text">
<string>From data file...</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
Expand Down

0 comments on commit 1283f27

Please sign in to comment.