Skip to content

Commit 997f016

Browse files
committed
refactor: Move SimBrief button to a easier to reach location
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.
1 parent 21a6a37 commit 997f016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/blackgui/components/flightplancomponent.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@
722722
</property>
723723
</widget>
724724
</item>
725-
<item row="1" column="2">
725+
<item row="0" column="0">
726726
<widget class="QPushButton" name="pb_SimBrief">
727727
<property name="text">
728728
<string>SimBrief</string>
@@ -1141,10 +1141,10 @@
11411141
<tabstop>le_PilotsName</tabstop>
11421142
<tabstop>le_PilotsHomeBase</tabstop>
11431143
<tabstop>le_LastSent</tabstop>
1144+
<tabstop>pb_SimBrief</tabstop>
11441145
<tabstop>pb_Reset</tabstop>
11451146
<tabstop>pb_Send</tabstop>
11461147
<tabstop>pb_Download</tabstop>
1147-
<tabstop>pb_SimBrief</tabstop>
11481148
<tabstop>pb_SaveDisk</tabstop>
11491149
<tabstop>pb_LoadDisk</tabstop>
11501150
<tabstop>pb_SaveTemplate</tabstop>

0 commit comments

Comments
 (0)