Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix sizepolicy for load style from db dialog
  • Loading branch information
slarosa committed Jan 28, 2016
1 parent aca66a7 commit bb96c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/qgsloadstylefromdbdialog.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand Down

0 comments on commit bb96c35

Please sign in to comment.