Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use nicer terms for start and end colours
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14633 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 14, 2010
1 parent 584faa5 commit 043d701
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions src/ui/qgssymbolv2propertiesdialogbase.ui
Expand Up @@ -6,18 +6,18 @@
<rect>
<x>0</x>
<y>0</y>
<width>634</width>
<width>674</width>
<height>396</height>
</rect>
</property>
<property name="windowTitle">
<string>Symbol properties</string>
</property>
<layout class="QGridLayout">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Symbol preview</string>
<string>Symbol layers</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -76,32 +76,6 @@
</layout>
</item>
<item row="1" column="0">
<widget class="QLabel" name="lblPreview">
<property name="minimumSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Symbol layers</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QListView" name="listLayers">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
Expand All @@ -111,7 +85,7 @@
</property>
</widget>
</item>
<item row="4" column="0">
<item row="2" column="0">
<layout class="QHBoxLayout">
<item>
<widget class="QPushButton" name="btnAddLayer">
Expand Down Expand Up @@ -215,6 +189,32 @@
</item>
</layout>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Symbol preview</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="lblPreview">
<property name="minimumSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="5" column="0" colspan="2">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
Expand Down

0 comments on commit 043d701

Please sign in to comment.