Skip to content

Commit

Permalink
Merge pull request PrismLauncher#2913 from archessmn/fix/custom-comma…
Browse files Browse the repository at this point in the history
…nd-tab-order

Fix tab order on custom command inputs
  • Loading branch information
Trial97 authored Oct 13, 2024
2 parents bd01c47 + 3a1c06d commit 5685bc3
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions launcher/ui/widgets/CustomCommands.ui
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,6 @@
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="2" column="0">
<widget class="QLabel" name="labelPostExitCmd">
<property name="text">
<string>P&amp;ost-exit command:</string>
</property>
<property name="buddy">
<cstring>postExitCmdTextBox</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="preLaunchCmdTextBox"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="labelPreLaunchCmd">
<property name="text">
Expand All @@ -61,8 +48,8 @@
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="postExitCmdTextBox"/>
<item row="0" column="1">
<widget class="QLineEdit" name="preLaunchCmdTextBox"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="labelWrapperCmd">
Expand All @@ -77,6 +64,19 @@
<item row="1" column="1">
<widget class="QLineEdit" name="wrapperCmdTextBox"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="labelPostExitCmd">
<property name="text">
<string>P&amp;ost-exit command:</string>
</property>
<property name="buddy">
<cstring>postExitCmdTextBox</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="postExitCmdTextBox"/>
</item>
</layout>
</widget>
</item>
Expand Down

0 comments on commit 5685bc3

Please sign in to comment.