Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make 'legend' font size mac friendly
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6912 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 24, 2007
1 parent 859439d commit 5debd07
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions src/ui/qgisappbase.ui
@@ -1,7 +1,4 @@
<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>QgisAppBase</class>
<widget class="QMainWindow" name="QgisAppBase" >
<property name="geometry" >
Expand All @@ -17,18 +14,22 @@
</property>
<widget class="QWidget" name="centralWidget" >
<layout class="QGridLayout" >
<property name="margin" >
<property name="leftMargin" >
<number>8</number>
</property>
<property name="spacing" >
<number>6</number>
<property name="topMargin" >
<number>8</number>
</property>
<property name="rightMargin" >
<number>8</number>
</property>
<property name="bottomMargin" >
<number>8</number>
</property>
<item row="0" column="0" >
<widget class="QSplitter" name="canvasLegendSplit" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand All @@ -47,9 +48,7 @@
</property>
<widget class="QSplitter" name="legendOverviewSplit" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>7</vsizetype>
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand All @@ -66,8 +65,8 @@
<widget class="QToolBox" name="toolBox" >
<property name="font" >
<font>
<family>Arial</family>
<pointsize>7</pointsize>
<family>Lucida Grande</family>
<pointsize>10</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
Expand All @@ -89,8 +88,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>363</width>
<height>243</height>
<width>437</width>
<height>254</height>
</rect>
</property>
<attribute name="label" >
Expand Down Expand Up @@ -136,7 +135,6 @@
</layout>
</widget>
</widget>
<pixmapfunction></pixmapfunction>
<resources/>
<connections/>
</ui>

0 comments on commit 5debd07

Please sign in to comment.