Skip to content

Commit

Permalink
Try better default arrangement of icons
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15444 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 12, 2011
1 parent 4d704a9 commit 848de72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ui/qgisapp.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>717</width>
<height>480</height>
<width>750</width>
<height>481</height>
</rect>
</property>
<widget class="QWidget" name="centralwidget"/>
Expand All @@ -16,8 +16,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>717</width>
<height>24</height>
<width>750</width>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="mEditMenu">
Expand Down Expand Up @@ -250,7 +250,7 @@
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
<bool>true</bool>
</attribute>
<addaction name="mActionToggleEditing"/>
<addaction name="mActionSaveEdits"/>
Expand Down Expand Up @@ -355,7 +355,7 @@
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>true</bool>
<bool>false</bool>
</attribute>
<addaction name="mActionFullHistogramStretch"/>
<addaction name="mActionLocalHistogramStretch"/>
Expand Down

0 comments on commit 848de72

Please sign in to comment.