Skip to content

Commit

Permalink
Remove margins from symbol selector
Browse files Browse the repository at this point in the history
  • Loading branch information
SrNetoChan authored and alexbruy committed Feb 9, 2017
1 parent 09df5f5 commit 2d06cf0
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/ui/qgssymbolselectordialogbase.ui
Expand Up @@ -14,7 +14,16 @@
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>9</number>
</property>
<item row="1" column="0">
Expand Down Expand Up @@ -150,8 +159,7 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<widget class="QWidget" name="page_2">
</widget>
<widget class="QWidget" name="page_2"/>
</widget>
</item>
</layout>
Expand Down

0 comments on commit 2d06cf0

Please sign in to comment.