fix(mnemonics): Add missing buddies to labels

Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
txtsd 2022-04-29 01:30:47 +05:30
parent b94f70ea96
commit b931dc0f93
No known key found for this signature in database
GPG Key ID: 000F85679D4B6B53
4 changed files with 33 additions and 0 deletions

View File

@ -158,6 +158,9 @@
<property name="text">
<string>&amp;Text Editor:</string>
</property>
<property name="buddy">
<cstring>jsonEditorTextBox</cstring>
</property>
</widget>
</item>
<item row="0" column="2">

View File

@ -72,6 +72,9 @@
<property name="text">
<string>&amp;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&amp;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">&amp;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>&amp;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&amp;VM arguments:</string>
</property>
<property name="buddy">
<cstring>jvmArgsTextBox</cstring>
</property>
</widget>
</item>
<item row="3" column="1">

View File

@ -147,6 +147,9 @@
<property name="text">
<string>&amp;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>&amp;Password:</string>
</property>
<property name="buddy">
<cstring>proxyPassEdit</cstring>
</property>
</widget>
</item>
<item row="1" column="1">

View File

@ -43,6 +43,9 @@
<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">
@ -53,6 +56,9 @@
<property name="text">
<string>&amp;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>&amp;Wrapper command:</string>
</property>
<property name="buddy">
<cstring>wrapperCmdTextBox</cstring>
</property>
</widget>
</item>
<item row="1" column="1">