Add colons to single-line settings

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2025-04-15 19:42:54 +01:00
parent 0b3b9debd8
commit fc94bb6af3
5 changed files with 57 additions and 27 deletions

View File

@@ -61,7 +61,7 @@
<item row="2" column="0">
<widget class="QLabel" name="catPackLabel">
<property name="text">
<string>&amp;Cat Pack</string>
<string>&amp;Cat Pack:</string>
</property>
<property name="buddy">
<cstring>catPackComboBox</cstring>
@@ -113,7 +113,7 @@
<item row="0" column="0">
<widget class="QLabel" name="widgetStyleLabel">
<property name="text">
<string>Theme</string>
<string>Theme:</string>
</property>
<property name="buddy">
<cstring>widgetStyleComboBox</cstring>
@@ -123,7 +123,7 @@
<item row="1" column="0">
<widget class="QLabel" name="iconsLabel">
<property name="text">
<string>&amp;Icons</string>
<string>&amp;Icons:</string>
</property>
<property name="buddy">
<cstring>iconsComboBox</cstring>
@@ -146,7 +146,7 @@
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Console Font</string>
<string>Console Font:</string>
</property>
</widget>
</item>
@@ -177,6 +177,12 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
@@ -264,6 +270,12 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item row="3" column="1">
@@ -526,6 +538,12 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>

View File

@@ -299,7 +299,7 @@
<item row="2" column="0">
<widget class="QLabel" name="label_11">
<property name="text">
<string>&amp;PermGen Size</string>
<string>&amp;PermGen Size:</string>
</property>
<property name="buddy">
<cstring>permGenSpinBox</cstring>
@@ -316,7 +316,7 @@
<item row="1" column="0">
<widget class="QLabel" name="labelMaxMem">
<property name="text">
<string>Ma&amp;ximum Memory</string>
<string>Ma&amp;ximum Memory Usage:</string>
</property>
<property name="buddy">
<cstring>maxMemSpinBox</cstring>
@@ -326,7 +326,7 @@
<item row="0" column="0">
<widget class="QLabel" name="labelMinMem">
<property name="text">
<string>M&amp;inimum Memory</string>
<string>M&amp;inimum Memory Usage:</string>
</property>
<property name="buddy">
<cstring>minMemSpinBox</cstring>

View File

@@ -176,7 +176,7 @@
<item row="2" column="0">
<widget class="QLabel" name="labelWindowWidth">
<property name="text">
<string>&amp;Window Size</string>
<string>&amp;Window Size:</string>
</property>
<property name="buddy">
<cstring>windowWidthSpinBox</cstring>
@@ -313,7 +313,7 @@
<item>
<widget class="QLabel" name="instanceAccountNameLabel">
<property name="text">
<string>Account</string>
<string>Account:</string>
</property>
</widget>
</item>
@@ -368,14 +368,14 @@
<item row="1" column="0">
<widget class="QRadioButton" name="worldJoinButton">
<property name="text">
<string>Singleplayer world</string>
<string>Singleplayer world:</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QRadioButton" name="serverJoinAddressButton">
<property name="text">
<string>Server address</string>
<string>Server address:</string>
</property>
</widget>
</item>
@@ -508,7 +508,7 @@
<item row="2" column="0">
<widget class="QLabel" name="labelGLFWPath">
<property name="text">
<string>&amp;GLFW library path</string>
<string>&amp;GLFW library path:</string>
</property>
<property name="buddy">
<cstring>lineEditGLFWPath</cstring>
@@ -534,7 +534,7 @@
<item row="6" column="0">
<widget class="QLabel" name="labelOpenALPath">
<property name="text">
<string>&amp;OpenAL library path</string>
<string>&amp;OpenAL library path:</string>
</property>
<property name="buddy">
<cstring>lineEditOpenALPath</cstring>