diff options
author | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-04-29 01:30:47 +0530 |
---|---|---|
committer | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-04-29 01:30:47 +0530 |
commit | b931dc0f9373a0e6887911e3d6f8fb69afbed790 (patch) | |
tree | ae367a255bf586a42a970e3f95faf6382e8fc05c /launcher | |
parent | b94f70ea96e9520f2a0ad6e4969941010b49049f (diff) | |
download | PrismLauncher-b931dc0f9373a0e6887911e3d6f8fb69afbed790.tar.gz PrismLauncher-b931dc0f9373a0e6887911e3d6f8fb69afbed790.tar.bz2 PrismLauncher-b931dc0f9373a0e6887911e3d6f8fb69afbed790.zip |
fix(mnemonics): Add missing buddies to labels
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/ui/pages/global/ExternalToolsPage.ui | 3 | ||||
-rw-r--r-- | launcher/ui/pages/global/JavaPage.ui | 15 | ||||
-rw-r--r-- | launcher/ui/pages/global/ProxyPage.ui | 6 | ||||
-rw-r--r-- | launcher/ui/widgets/CustomCommands.ui | 9 |
4 files changed, 33 insertions, 0 deletions
diff --git a/launcher/ui/pages/global/ExternalToolsPage.ui b/launcher/ui/pages/global/ExternalToolsPage.ui index 8609d469..3643094d 100644 --- a/launcher/ui/pages/global/ExternalToolsPage.ui +++ b/launcher/ui/pages/global/ExternalToolsPage.ui @@ -158,6 +158,9 @@ <property name="text"> <string>&Text Editor:</string> </property> + <property name="buddy"> + <cstring>jsonEditorTextBox</cstring> + </property> </widget> </item> <item row="0" column="2"> diff --git a/launcher/ui/pages/global/JavaPage.ui b/launcher/ui/pages/global/JavaPage.ui index bb195770..083435d8 100644 --- a/launcher/ui/pages/global/JavaPage.ui +++ b/launcher/ui/pages/global/JavaPage.ui @@ -72,6 +72,9 @@ <property name="text"> <string>&Minimum memory allocation:</string> </property> + <property name="buddy"> + <cstring>minMemSpinBox</cstring> + </property> </widget> </item> <item row="1" column="0"> @@ -79,6 +82,9 @@ <property name="text"> <string>Ma&ximum memory allocation:</string> </property> + <property name="buddy"> + <cstring>maxMemSpinBox</cstring> + </property> </widget> </item> <item row="0" column="1"> @@ -108,6 +114,9 @@ <property name="text"> <string notr="true">&PermGen:</string> </property> + <property name="buddy"> + <cstring>permGenSpinBox</cstring> + </property> </widget> </item> <item row="2" column="1"> @@ -152,6 +161,9 @@ <property name="text"> <string>&Java path:</string> </property> + <property name="buddy"> + <cstring>javaPathTextBox</cstring> + </property> </widget> </item> <item row="0" column="1" colspan="2"> @@ -194,6 +206,9 @@ <property name="text"> <string>J&VM arguments:</string> </property> + <property name="buddy"> + <cstring>jvmArgsTextBox</cstring> + </property> </widget> </item> <item row="3" column="1"> diff --git a/launcher/ui/pages/global/ProxyPage.ui b/launcher/ui/pages/global/ProxyPage.ui index 5a2fc73d..91ba46b3 100644 --- a/launcher/ui/pages/global/ProxyPage.ui +++ b/launcher/ui/pages/global/ProxyPage.ui @@ -147,6 +147,9 @@ <property name="text"> <string>&Username:</string> </property> + <property name="buddy"> + <cstring>proxyUserEdit</cstring> + </property> </widget> </item> <item row="1" column="0"> @@ -154,6 +157,9 @@ <property name="text"> <string>&Password:</string> </property> + <property name="buddy"> + <cstring>proxyPassEdit</cstring> + </property> </widget> </item> <item row="1" column="1"> diff --git a/launcher/ui/widgets/CustomCommands.ui b/launcher/ui/widgets/CustomCommands.ui index 68e680a5..4a39ff7f 100644 --- a/launcher/ui/widgets/CustomCommands.ui +++ b/launcher/ui/widgets/CustomCommands.ui @@ -43,6 +43,9 @@ <property name="text"> <string>P&ost-exit command:</string> </property> + <property name="buddy"> + <cstring>postExitCmdTextBox</cstring> + </property> </widget> </item> <item row="0" column="1"> @@ -53,6 +56,9 @@ <property name="text"> <string>&Pre-launch command:</string> </property> + <property name="buddy"> + <cstring>preLaunchCmdTextBox</cstring> + </property> </widget> </item> <item row="2" column="1"> @@ -63,6 +69,9 @@ <property name="text"> <string>&Wrapper command:</string> </property> + <property name="buddy"> + <cstring>wrapperCmdTextBox</cstring> + </property> </widget> </item> <item row="1" column="1"> |