diff options
Diffstat (limited to 'launcher/ui/widgets/CustomCommands.ui')
-rw-r--r-- | launcher/ui/widgets/CustomCommands.ui | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/launcher/ui/widgets/CustomCommands.ui b/launcher/ui/widgets/CustomCommands.ui index 650a9cc1..4a39ff7f 100644 --- a/launcher/ui/widgets/CustomCommands.ui +++ b/launcher/ui/widgets/CustomCommands.ui @@ -29,7 +29,7 @@ <bool>true</bool> </property> <property name="title"> - <string>Cus&tom Commands</string> + <string>&Custom Commands</string> </property> <property name="checkable"> <bool>true</bool> @@ -41,7 +41,10 @@ <item row="2" column="0"> <widget class="QLabel" name="labelPostExitCmd"> <property name="text"> - <string>Post-exit command:</string> + <string>P&ost-exit command:</string> + </property> + <property name="buddy"> + <cstring>postExitCmdTextBox</cstring> </property> </widget> </item> @@ -51,7 +54,10 @@ <item row="0" column="0"> <widget class="QLabel" name="labelPreLaunchCmd"> <property name="text"> - <string>Pre-launch command:</string> + <string>&Pre-launch command:</string> + </property> + <property name="buddy"> + <cstring>preLaunchCmdTextBox</cstring> </property> </widget> </item> @@ -61,7 +67,10 @@ <item row="1" column="0"> <widget class="QLabel" name="labelWrapperCmd"> <property name="text"> - <string>Wrapper command:</string> + <string>&Wrapper command:</string> + </property> + <property name="buddy"> + <cstring>wrapperCmdTextBox</cstring> </property> </widget> </item> |