Skip to content

Commit fd2b9a1

Browse files
author
rblazek
committed
smaller minimum sizes
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4984 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e436070 commit fd2b9a1

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

src/ui/qgisappbase.ui

+21-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<rect>
99
<x>0</x>
1010
<y>0</y>
11-
<width>731</width>
12-
<height>688</height>
11+
<width>604</width>
12+
<height>391</height>
1313
</rect>
1414
</property>
1515
<property name="windowTitle" >
@@ -25,6 +25,14 @@
2525
</property>
2626
<item row="0" column="0" >
2727
<widget class="QSplitter" name="canvasLegendSplit" >
28+
<property name="sizePolicy" >
29+
<sizepolicy>
30+
<hsizetype>7</hsizetype>
31+
<vsizetype>7</vsizetype>
32+
<horstretch>0</horstretch>
33+
<verstretch>0</verstretch>
34+
</sizepolicy>
35+
</property>
2836
<property name="frameShape" >
2937
<enum>QFrame::NoFrame</enum>
3038
</property>
@@ -38,9 +46,17 @@
3846
<enum>Qt::Horizontal</enum>
3947
</property>
4048
<widget class="QSplitter" name="legendOverviewSplit" >
49+
<property name="sizePolicy" >
50+
<sizepolicy>
51+
<hsizetype>7</hsizetype>
52+
<vsizetype>7</vsizetype>
53+
<horstretch>0</horstretch>
54+
<verstretch>0</verstretch>
55+
</sizepolicy>
56+
</property>
4157
<property name="minimumSize" >
4258
<size>
43-
<width>200</width>
59+
<width>0</width>
4460
<height>0</height>
4561
</size>
4662
</property>
@@ -73,8 +89,8 @@
7389
<rect>
7490
<x>0</x>
7591
<y>0</y>
76-
<width>624</width>
77-
<height>581</height>
92+
<width>341</width>
93+
<height>237</height>
7894
</rect>
7995
</property>
8096
<attribute name="label" >

0 commit comments

Comments
 (0)