Skip to content

Commit bb96c35

Browse files
committedJan 28, 2016
Fix sizepolicy for load style from db dialog
1 parent aca66a7 commit bb96c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ui/qgsloadstylefromdbdialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</rect>
1212
</property>
1313
<property name="sizePolicy">
14-
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
14+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
1515
<horstretch>0</horstretch>
1616
<verstretch>0</verstretch>
1717
</sizepolicy>

0 commit comments

Comments
 (0)
Please sign in to comment.