Skip to content

Commit 043d701

Browse files
author
timlinux
committed
Use nicer terms for start and end colours
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14633 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 584faa5 commit 043d701

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

src/ui/qgssymbolv2propertiesdialogbase.ui

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>634</width>
9+
<width>674</width>
1010
<height>396</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
1414
<string>Symbol properties</string>
1515
</property>
16-
<layout class="QGridLayout">
16+
<layout class="QGridLayout" name="gridLayout">
1717
<item row="0" column="0">
18-
<widget class="QLabel" name="label">
18+
<widget class="QLabel" name="label_3">
1919
<property name="text">
20-
<string>Symbol preview</string>
20+
<string>Symbol layers</string>
2121
</property>
2222
</widget>
2323
</item>
@@ -76,32 +76,6 @@
7676
</layout>
7777
</item>
7878
<item row="1" column="0">
79-
<widget class="QLabel" name="lblPreview">
80-
<property name="minimumSize">
81-
<size>
82-
<width>100</width>
83-
<height>100</height>
84-
</size>
85-
</property>
86-
<property name="frameShape">
87-
<enum>QFrame::StyledPanel</enum>
88-
</property>
89-
<property name="frameShadow">
90-
<enum>QFrame::Sunken</enum>
91-
</property>
92-
<property name="alignment">
93-
<set>Qt::AlignCenter</set>
94-
</property>
95-
</widget>
96-
</item>
97-
<item row="2" column="0">
98-
<widget class="QLabel" name="label_3">
99-
<property name="text">
100-
<string>Symbol layers</string>
101-
</property>
102-
</widget>
103-
</item>
104-
<item row="3" column="0">
10579
<widget class="QListView" name="listLayers">
10680
<property name="sizePolicy">
10781
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
@@ -111,7 +85,7 @@
11185
</property>
11286
</widget>
11387
</item>
114-
<item row="4" column="0">
88+
<item row="2" column="0">
11589
<layout class="QHBoxLayout">
11690
<item>
11791
<widget class="QPushButton" name="btnAddLayer">
@@ -215,6 +189,32 @@
215189
</item>
216190
</layout>
217191
</item>
192+
<item row="3" column="0">
193+
<widget class="QLabel" name="label">
194+
<property name="text">
195+
<string>Symbol preview</string>
196+
</property>
197+
</widget>
198+
</item>
199+
<item row="4" column="0">
200+
<widget class="QLabel" name="lblPreview">
201+
<property name="minimumSize">
202+
<size>
203+
<width>100</width>
204+
<height>100</height>
205+
</size>
206+
</property>
207+
<property name="frameShape">
208+
<enum>QFrame::StyledPanel</enum>
209+
</property>
210+
<property name="frameShadow">
211+
<enum>QFrame::Sunken</enum>
212+
</property>
213+
<property name="alignment">
214+
<set>Qt::AlignCenter</set>
215+
</property>
216+
</widget>
217+
</item>
218218
<item row="5" column="0" colspan="2">
219219
<widget class="QDialogButtonBox" name="buttonBox">
220220
<property name="orientation">

0 commit comments

Comments
 (0)