Skip to content

Commit fb9a366

Browse files
committed
remove label from standard option dialog template
1 parent e62aee5 commit fb9a366

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

src/ui/templates/qgsoptionsdialog_template.ui

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,6 @@
117117
<property name="margin">
118118
<number>0</number>
119119
</property>
120-
<item>
121-
<widget class="QLabel" name="label">
122-
<property name="styleSheet">
123-
<string notr="true">font-weight:bold;</string>
124-
</property>
125-
<property name="text">
126-
<string>Section</string>
127-
</property>
128-
</widget>
129-
</item>
130120
<item>
131121
<widget class="QScrollArea" name="scrollArea">
132122
<property name="frameShape">
@@ -140,8 +130,8 @@
140130
<rect>
141131
<x>0</x>
142132
<y>0</y>
143-
<width>550</width>
144-
<height>378</height>
133+
<width>549</width>
134+
<height>393</height>
145135
</rect>
146136
</property>
147137
<layout class="QVBoxLayout" name="verticalLayout_13">

0 commit comments

Comments
 (0)