Skip to content

Commit c8a840e

Browse files
committed
propertiesdialog: small enhancements for UI consistency
- add a space before "px" suffix - remove colons ':' in the form's labels
1 parent 49c4721 commit c8a840e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/forms/propertiesdialog.ui

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
<item row="12" column="0">
277277
<widget class="QCheckBox" name="fixedTabWidthCheckBox">
278278
<property name="text">
279-
<string>Fixed tab width:</string>
279+
<string>Fixed tab width</string>
280280
</property>
281281
</widget>
282282
</item>
@@ -286,7 +286,7 @@
286286
<bool>false</bool>
287287
</property>
288288
<property name="suffix">
289-
<string>px</string>
289+
<string> px</string>
290290
</property>
291291
<property name="maximum">
292292
<number>1000</number>
@@ -403,7 +403,7 @@
403403
<item row="22" column="0">
404404
<widget class="QLabel" name="label_13">
405405
<property name="text">
406-
<string>Background image:</string>
406+
<string>Background image</string>
407407
</property>
408408
</widget>
409409
</item>
@@ -424,7 +424,7 @@
424424
<item row="23" column="0">
425425
<widget class="QLabel" name="label_16">
426426
<property name="text">
427-
<string>Background mode:</string>
427+
<string>Background mode</string>
428428
</property>
429429
</widget>
430430
</item>
@@ -460,7 +460,7 @@
460460
<item row="24" column="0">
461461
<widget class="QLabel" name="label_9">
462462
<property name="text">
463-
<string>Start with preset:</string>
463+
<string>Start with preset</string>
464464
</property>
465465
<property name="buddy">
466466
<cstring>terminalPresetComboBox</cstring>
@@ -504,7 +504,7 @@
504504
<item row="25" column="1">
505505
<widget class="QSpinBox" name="terminalMarginSpinBox">
506506
<property name="suffix">
507-
<string>px</string>
507+
<string> px</string>
508508
</property>
509509
</widget>
510510
</item>
@@ -701,7 +701,7 @@
701701
<item>
702702
<widget class="QLabel" name="fixedSizeLabel">
703703
<property name="text">
704-
<string>Start with this size:</string>
704+
<string>Start with this size</string>
705705
</property>
706706
</widget>
707707
</item>
@@ -976,7 +976,7 @@ To remove/disable a Shortcut, at point 2 press only a modifier (like Shift)</str
976976
<item row="0" column="0">
977977
<widget class="QLabel" name="dropShortCutLabel">
978978
<property name="text">
979-
<string>Shortcut:</string>
979+
<string>Shortcut</string>
980980
</property>
981981
</widget>
982982
</item>

0 commit comments

Comments
 (0)