Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

propertiesdialog: small enhancements for UI consistency #1178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/forms/propertiesdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
<item row="12" column="0">
<widget class="QCheckBox" name="fixedTabWidthCheckBox">
<property name="text">
<string>Fixed tab width:</string>
<string>Fixed tab width</string>
</property>
</widget>
</item>
Expand All @@ -286,7 +286,7 @@
<bool>false</bool>
</property>
<property name="suffix">
<string>px</string>
<string> px</string>
</property>
<property name="maximum">
<number>1000</number>
Expand Down Expand Up @@ -403,7 +403,7 @@
<item row="22" column="0">
<widget class="QLabel" name="label_13">
<property name="text">
<string>Background image:</string>
<string>Background image</string>
</property>
</widget>
</item>
Expand All @@ -424,7 +424,7 @@
<item row="23" column="0">
<widget class="QLabel" name="label_16">
<property name="text">
<string>Background mode:</string>
<string>Background mode</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -460,7 +460,7 @@
<item row="24" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>Start with preset:</string>
<string>Start with preset</string>
</property>
<property name="buddy">
<cstring>terminalPresetComboBox</cstring>
Expand Down Expand Up @@ -504,7 +504,7 @@
<item row="25" column="1">
<widget class="QSpinBox" name="terminalMarginSpinBox">
<property name="suffix">
<string>px</string>
<string> px</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -701,7 +701,7 @@
<item>
<widget class="QLabel" name="fixedSizeLabel">
<property name="text">
<string>Start with this size:</string>
<string>Start with this size</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -976,7 +976,7 @@ To remove/disable a Shortcut, at point 2 press only a modifier (like Shift)</str
<item row="0" column="0">
<widget class="QLabel" name="dropShortCutLabel">
<property name="text">
<string>Shortcut:</string>
<string>Shortcut</string>
</property>
</widget>
</item>
Expand Down