Corrected layout in zone painter.

This commit is contained in:
dnk-88 2011-04-07 04:08:09 +03:00
parent 83ce4a1251
commit 4c05c08652
2 changed files with 31 additions and 39 deletions

View file

@ -6,14 +6,14 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>304</width> <width>361</width>
<height>510</height> <height>555</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>300</width> <width>300</width>
<height>80</height> <height>83</height>
</size> </size>
</property> </property>
<property name="features"> <property name="features">
@ -23,15 +23,15 @@
<string>Painter Modes</string> <string>Painter Modes</string>
</property> </property>
<widget class="QWidget" name="dockWidgetContents"> <widget class="QWidget" name="dockWidgetContents">
<widget class="QTabWidget" name="tabWidget"> <layout class="QGridLayout" name="gridLayout">
<property name="geometry"> <property name="margin">
<rect> <number>3</number>
<x>0</x>
<y>0</y>
<width>300</width>
<height>480</height>
</rect>
</property> </property>
<property name="spacing">
<number>1</number>
</property>
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>0</number>
</property> </property>
@ -51,6 +51,8 @@
</attribute> </attribute>
</widget> </widget>
</widget> </widget>
</item>
</layout>
</widget> </widget>
</widget> </widget>
<resources/> <resources/>

View file

@ -14,16 +14,6 @@
<string>MainWindow</string> <string>MainWindow</string>
</property> </property>
<widget class="QWidget" name="centralwidget"/> <widget class="QWidget" name="centralwidget"/>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/> <widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="mainToolBar"> <widget class="QToolBar" name="mainToolBar">
<property name="windowTitle"> <property name="windowTitle">