Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
smaller minimum sizes
git-svn-id: http://svn.osgeo.org/qgis/trunk@4984 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Mar 8, 2006
1 parent a66a7a1 commit fa02467
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions src/ui/qgisappbase.ui
Expand Up @@ -8,8 +8,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>731</width>
<height>688</height>
<width>604</width>
<height>391</height>
</rect>
</property>
<property name="windowTitle" >
Expand All @@ -25,6 +25,14 @@
</property>
<item row="0" column="0" >
<widget class="QSplitter" name="canvasLegendSplit" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape" >
<enum>QFrame::NoFrame</enum>
</property>
Expand All @@ -38,9 +46,17 @@
<enum>Qt::Horizontal</enum>
</property>
<widget class="QSplitter" name="legendOverviewSplit" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>200</width>
<width>0</width>
<height>0</height>
</size>
</property>
Expand Down Expand Up @@ -73,8 +89,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>624</width>
<height>581</height>
<width>341</width>
<height>237</height>
</rect>
</property>
<attribute name="label" >
Expand Down

0 comments on commit fa02467

Please sign in to comment.