Skip to content

Commit f1eb369

Browse files
committed
fix(ui): add missing spaces in spinbox suffixes
Signed-off-by: so5iso4ka <so5iso4ka@icloud.com>
1 parent 448d525 commit f1eb369

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

launcher/ui/dialogs/ExportPackDialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
</sizepolicy>
149149
</property>
150150
<property name="suffix">
151-
<string>MiB</string>
151+
<string> MiB</string>
152152
</property>
153153
<property name="minimum">
154154
<number>8</number>

launcher/ui/pages/global/LauncherPage.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@
211211
<string>On Launch</string>
212212
</property>
213213
<property name="suffix">
214-
<string>hours</string>
214+
<string> hours</string>
215215
</property>
216216
<property name="prefix">
217-
<string>Every</string>
217+
<string>Every </string>
218218
</property>
219219
<property name="minimum">
220220
<number>0</number>
@@ -504,7 +504,7 @@
504504
</sizepolicy>
505505
</property>
506506
<property name="suffix">
507-
<string>lines</string>
507+
<string> lines</string>
508508
</property>
509509
<property name="minimum">
510510
<number>10000</number>

launcher/ui/widgets/JavaSettingsWidget.ui

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<string>The amount of memory Minecraft is started with.</string>
220220
</property>
221221
<property name="suffix">
222-
<string notr="true">MiB</string>
222+
<string notr="true"> MiB</string>
223223
</property>
224224
<property name="minimum">
225225
<number>8</number>
@@ -268,7 +268,7 @@
268268
<string>The maximum amount of memory Minecraft is allowed to use.</string>
269269
</property>
270270
<property name="suffix">
271-
<string notr="true">MiB</string>
271+
<string notr="true"> MiB</string>
272272
</property>
273273
<property name="minimum">
274274
<number>8</number>
@@ -317,7 +317,7 @@
317317
<string>The amount of memory available to store loaded Java classes.</string>
318318
</property>
319319
<property name="suffix">
320-
<string notr="true">MiB</string>
320+
<string notr="true"> MiB</string>
321321
</property>
322322
<property name="minimum">
323323
<number>4</number>

0 commit comments

Comments
 (0)