Skip to content

Commit 88629a6

Browse files
committed
Rearrange effects dlg for consistency with symbol dlg (fix #12819)
1 parent 89d4adc commit 88629a6

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

src/ui/effects/qgseffectstackpropertieswidgetbase.ui

+40-40
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,46 @@
1616
<layout class="QGridLayout" name="gridLayout">
1717
<item row="0" column="0">
1818
<layout class="QVBoxLayout" name="verticalLayout">
19+
<item>
20+
<widget class="QLabel" name="lblPreview">
21+
<property name="sizePolicy">
22+
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
23+
<horstretch>0</horstretch>
24+
<verstretch>0</verstretch>
25+
</sizepolicy>
26+
</property>
27+
<property name="minimumSize">
28+
<size>
29+
<width>150</width>
30+
<height>150</height>
31+
</size>
32+
</property>
33+
<property name="maximumSize">
34+
<size>
35+
<width>16777215</width>
36+
<height>150</height>
37+
</size>
38+
</property>
39+
<property name="frameShape">
40+
<enum>QFrame::StyledPanel</enum>
41+
</property>
42+
<property name="frameShadow">
43+
<enum>QFrame::Sunken</enum>
44+
</property>
45+
<property name="lineWidth">
46+
<number>1</number>
47+
</property>
48+
<property name="midLineWidth">
49+
<number>0</number>
50+
</property>
51+
<property name="text">
52+
<string/>
53+
</property>
54+
<property name="alignment">
55+
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
56+
</property>
57+
</widget>
58+
</item>
1959
<item>
2060
<widget class="QListView" name="mEffectsList">
2161
<property name="sizePolicy">
@@ -101,46 +141,6 @@
101141
</item>
102142
</layout>
103143
</item>
104-
<item>
105-
<widget class="QLabel" name="lblPreview">
106-
<property name="sizePolicy">
107-
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
108-
<horstretch>0</horstretch>
109-
<verstretch>0</verstretch>
110-
</sizepolicy>
111-
</property>
112-
<property name="minimumSize">
113-
<size>
114-
<width>150</width>
115-
<height>150</height>
116-
</size>
117-
</property>
118-
<property name="maximumSize">
119-
<size>
120-
<width>16777215</width>
121-
<height>150</height>
122-
</size>
123-
</property>
124-
<property name="frameShape">
125-
<enum>QFrame::StyledPanel</enum>
126-
</property>
127-
<property name="frameShadow">
128-
<enum>QFrame::Sunken</enum>
129-
</property>
130-
<property name="lineWidth">
131-
<number>1</number>
132-
</property>
133-
<property name="midLineWidth">
134-
<number>0</number>
135-
</property>
136-
<property name="text">
137-
<string/>
138-
</property>
139-
<property name="alignment">
140-
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
141-
</property>
142-
</widget>
143-
</item>
144144
</layout>
145145
</item>
146146
<item row="0" column="1" colspan="2">

0 commit comments

Comments
 (0)