Skip to content

Commit

Permalink
ng-symbology dialogs fixes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15609 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
borysiasty committed Mar 26, 2011
1 parent 03cb45f commit 8bf2268
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
3 changes: 3 additions & 0 deletions src/ui/symbollayer/widget_simplemarker.ui
Expand Up @@ -156,6 +156,9 @@
<property name="flow">
<enum>QListView::LeftToRight</enum>
</property>
<property name="resizeMode">
<enum>QListView::Adjust</enum>
</property>
<property name="spacing">
<number>4</number>
</property>
Expand Down
16 changes: 3 additions & 13 deletions src/ui/symbollayer/widget_svgmarker.ui
Expand Up @@ -141,6 +141,9 @@
<property name="movement">
<enum>QListView::Static</enum>
</property>
<property name="resizeMode">
<enum>QListView::Adjust</enum>
</property>
<property name="layoutMode">
<enum>QListView::Batched</enum>
</property>
Expand All @@ -164,19 +167,6 @@
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<tabstops>
Expand Down

0 comments on commit 8bf2268

Please sign in to comment.