Skip to content

Commit 94ff9e6

Browse files
author
timlinux
committedMar 21, 2009
Me no likey likey when ui gets fatty fatty....make dialog a size fit for human beans again...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10386 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎src/ui/qgsoptionsbase.ui

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<rect>
66
<x>0</x>
77
<y>0</y>
8-
<width>851</width>
9-
<height>776</height>
8+
<width>645</width>
9+
<height>512</height>
1010
</rect>
1111
</property>
1212
<property name="windowTitle" >
@@ -228,6 +228,9 @@
228228
<property name="orientation" >
229229
<enum>Qt::Vertical</enum>
230230
</property>
231+
<property name="sizeType" >
232+
<enum>QSizePolicy::Minimum</enum>
233+
</property>
231234
<property name="sizeHint" >
232235
<size>
233236
<width>577</width>

0 commit comments

Comments
 (0)
Please sign in to comment.