Skip to content

Commit 32afcc2

Browse files
committed
Remove redundant subheaders for composer panels with appropriate titles
1 parent 48bd860 commit 32afcc2

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

src/ui/qgsatlascompositionwidgetbase.ui

+2-12
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
<property name="margin">
2727
<number>0</number>
2828
</property>
29-
<item>
30-
<widget class="QLabel" name="label">
31-
<property name="styleSheet">
32-
<string notr="true">padding: 2px; font-weight: bold; background-color: rgb(200, 200, 200);</string>
33-
</property>
34-
<property name="text">
35-
<string>Atlas generation</string>
36-
</property>
37-
</widget>
38-
</item>
3929
<item>
4030
<widget class="QFrame" name="verticalFrame">
4131
<property name="frameShape">
@@ -100,8 +90,8 @@
10090
<rect>
10191
<x>0</x>
10292
<y>0</y>
103-
<width>416</width>
104-
<height>562</height>
93+
<width>431</width>
94+
<height>566</height>
10595
</rect>
10696
</property>
10797
<layout class="QVBoxLayout" name="mainLayout">

src/ui/qgscompositionwidgetbase.ui

+1-17
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,6 @@
2626
<property name="margin">
2727
<number>0</number>
2828
</property>
29-
<item>
30-
<widget class="QLabel" name="label_10">
31-
<property name="sizePolicy">
32-
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
33-
<horstretch>0</horstretch>
34-
<verstretch>0</verstretch>
35-
</sizepolicy>
36-
</property>
37-
<property name="styleSheet">
38-
<string notr="true">padding: 2px; font-weight: bold; background-color: rgb(200, 200, 200);</string>
39-
</property>
40-
<property name="text">
41-
<string>Composition</string>
42-
</property>
43-
</widget>
44-
</item>
4529
<item>
4630
<widget class="QScrollArea" name="scrollArea">
4731
<property name="sizePolicy">
@@ -65,7 +49,7 @@
6549
<x>0</x>
6650
<y>0</y>
6751
<width>292</width>
68-
<height>764</height>
52+
<height>785</height>
6953
</rect>
7054
</property>
7155
<layout class="QVBoxLayout" name="verticalLayout_2">

0 commit comments

Comments
 (0)