Skip to content

Commit

Permalink
refactor: Move SimBrief button to a easier to reach location
Browse files Browse the repository at this point in the history
As requested by some users, this button is used more often than other
buttons in the flight plan component. Hence it should be moved to a
better place.
  • Loading branch information
ltoenning committed Mar 24, 2024
1 parent 21a6a37 commit 997f016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blackgui/components/flightplancomponent.ui
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@
</property>
</widget>
</item>
<item row="1" column="2">
<item row="0" column="0">
<widget class="QPushButton" name="pb_SimBrief">
<property name="text">
<string>SimBrief</string>
Expand Down Expand Up @@ -1141,10 +1141,10 @@
<tabstop>le_PilotsName</tabstop>
<tabstop>le_PilotsHomeBase</tabstop>
<tabstop>le_LastSent</tabstop>
<tabstop>pb_SimBrief</tabstop>
<tabstop>pb_Reset</tabstop>
<tabstop>pb_Send</tabstop>
<tabstop>pb_Download</tabstop>
<tabstop>pb_SimBrief</tabstop>
<tabstop>pb_SaveDisk</tabstop>
<tabstop>pb_LoadDisk</tabstop>
<tabstop>pb_SaveTemplate</tabstop>
Expand Down

0 comments on commit 997f016

Please sign in to comment.