Skip to content

Commit

Permalink
Enlarge btnSaveSymbol so it shows fully its text
Browse files Browse the repository at this point in the history
The btnSaveSymbol has his width increased from 50 to 70 when horizontalSpacer has its width decreased from 40 to 20
  • Loading branch information
DelazJ committed Aug 25, 2014
1 parent dddf895 commit 937a97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgssymbolv2selectordialogbase.ui
Expand Up @@ -137,7 +137,7 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<width>20</width>
<height>20</height>
</size>
</property>
Expand All @@ -147,7 +147,7 @@
<widget class="QPushButton" name="btnSaveSymbol">
<property name="maximumSize">
<size>
<width>50</width>
<width>70</width>
<height>16777215</height>
</size>
</property>
Expand Down

0 comments on commit 937a97d

Please sign in to comment.