File 2000-config-page.patch of Package kf6-ktexteditor
diff --git a/src/dialogs/textareaappearanceconfigwidget.ui b/src/dialogs/textareaappearanceconfigwidget.ui
index 39ad88b61d917845a1ca456361b0b8176cf518b8..682301ed969f6815f3d9002ffb591d01ba5d611d 100644
--- a/src/dialogs/textareaappearanceconfigwidget.ui
+++ b/src/dialogs/textareaappearanceconfigwidget.ui
@@ -160,23 +160,13 @@
</property>
</widget>
</item>
- <item row="7" column="0">
- <widget class="QLabel" name="label_2">
- <property name="text">
- <string>Show &tab indicators:</string>
- </property>
- <property name="buddy">
- <cstring>chkShowTabs</cstring>
- </property>
- </widget>
- </item>
<item row="7" column="1">
<widget class="QCheckBox" name="chkShowTabs">
<property name="whatsThis">
<string>The editor will display a symbol to indicate the presence of a tab in the text.</string>
</property>
<property name="text">
- <string/>
+ <string>Show &tab indicators</string>
</property>
</widget>
</item>
@@ -298,16 +288,6 @@
</property>
</spacer>
</item>
- <item row="19" column="0">
- <widget class="QLabel" name="label_25">
- <property name="text">
- <string>Fold first line:</string>
- </property>
- <property name="buddy">
- <cstring>chkFoldFirstLine</cstring>
- </property>
- </widget>
- </item>
<item row="19" column="1">
<widget class="QCheckBox" name="chkFoldFirstLine">
<property name="toolTip">
@@ -316,6 +296,9 @@ comment blocks that start on the first line of the document. This is
helpful to hide license headers which are commonly placed at the
beginning of a file.</string>
</property>
+ <property name="text">
+ <string>Fold first line</string>
+ </property>
</widget>
</item>
<item row="20" column="0">
@@ -385,20 +368,10 @@ beginning of a file.</string>
</property>
</spacer>
</item>
- <item row="25" column="0">
- <widget class="QLabel" name="label_5">
- <property name="text">
- <string>I&ndent wrapped lines:</string>
- </property>
- <property name="buddy">
- <cstring>cbxIndentWrappedLines</cstring>
- </property>
- </widget>
- </item>
<item row="25" column="1">
<widget class="QCheckBox" name="cbxIndentWrappedLines">
<property name="text">
- <string/>
+ <string>I&ndent wrapped lines</string>
</property>
</widget>
</item>
@@ -437,21 +410,14 @@ beginning of a file.</string>
</property>
</widget>
</item>
- <item row="8" column="0">
- <widget class="QLabel" name="label_24">
- <property name="text">
- <string>Show i&ndentation lines:</string>
- </property>
- <property name="buddy">
- <cstring>chkShowIndentationLines</cstring>
- </property>
- </widget>
- </item>
<item row="8" column="1">
<widget class="QCheckBox" name="chkShowIndentationLines">
<property name="toolTip">
<string>If this is enabled, the editor will display vertical lines to help identify indent lines.</string>
</property>
+ <property name="text">
+ <string>Show i&ndentation lines</string>
+ </property>
</widget>
</item>
</layout>