Skip to content

Commit 937a97d

Browse files
committedAug 25, 2014
Enlarge btnSaveSymbol so it shows fully its text
The btnSaveSymbol has his width increased from 50 to 70 when horizontalSpacer has its width decreased from 40 to 20
1 parent dddf895 commit 937a97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/ui/qgssymbolv2selectordialogbase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
</property>
138138
<property name="sizeHint" stdset="0">
139139
<size>
140-
<width>40</width>
140+
<width>20</width>
141141
<height>20</height>
142142
</size>
143143
</property>
@@ -147,7 +147,7 @@
147147
<widget class="QPushButton" name="btnSaveSymbol">
148148
<property name="maximumSize">
149149
<size>
150-
<width>50</width>
150+
<width>70</width>
151151
<height>16777215</height>
152152
</size>
153153
</property>

0 commit comments

Comments
 (0)
Please sign in to comment.