Move alter button to match other dialogs.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17773 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-04-11 13:42:59 +00:00
parent e7e37b449e
commit bd4e8ea46c

View File

@ -1,92 +1,79 @@
<ui version="4.0" > <ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>QPrefColorsUi</class> <class>QPrefColorsUi</class>
<widget class="QWidget" name="QPrefColorsUi" > <widget class="QWidget" name="QPrefColorsUi" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>226</width> <width>359</width>
<height>289</height> <height>351</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle" >
<string/> <string/>
</property> </property>
<layout class="QGridLayout" > <layout class="QVBoxLayout" >
<property name="margin" > <property name="margin" >
<number>9</number> <number>0</number>
</property> </property>
<property name="spacing" > <property name="spacing" >
<number>6</number> <number>6</number>
</property> </property>
<item rowspan="3" row="0" column="1" > <item>
<spacer> <widget class="QLabel" name="lyxObjectsLA" >
<property name="orientation" > <property name="text" >
<enum>Qt::Horizontal</enum> <string>&amp;Colors</string>
</property> </property>
<property name="sizeType" > <property name="buddy" >
<enum>QSizePolicy::Expanding</enum> <cstring>lyxObjectsLW</cstring>
</property> </property>
<property name="sizeHint" > </widget>
<size> </item>
<width>116</width> <item>
<height>271</height> <layout class="QHBoxLayout" >
</size> <property name="margin" >
</property> <number>0</number>
</spacer> </property>
</item> <property name="spacing" >
<item row="0" column="0" > <number>6</number>
<widget class="QLabel" name="lyxObjectsLA" > </property>
<property name="text" > <item>
<string>&amp;Colors</string> <widget class="QListWidget" name="lyxObjectsLW" />
</property> </item>
<property name="buddy" > <item>
<cstring>lyxObjectsLW</cstring> <layout class="QVBoxLayout" >
</property> <property name="margin" >
</widget> <number>0</number>
</item> </property>
<item row="1" column="0" > <property name="spacing" >
<widget class="QListWidget" name="lyxObjectsLW" /> <number>6</number>
</item> </property>
<item row="2" column="0" > <item>
<layout class="QHBoxLayout" > <widget class="QPushButton" name="colorChangePB" >
<property name="margin" > <property name="text" >
<number>0</number> <string>&amp;Alter...</string>
</property> </property>
<property name="spacing" > </widget>
<number>6</number> </item>
</property> <item>
<item> <spacer>
<widget class="QPushButton" name="colorChangePB" > <property name="orientation" >
<property name="text" > <enum>Qt::Vertical</enum>
<string>&amp;Alter...</string> </property>
</property> <property name="sizeHint" >
</widget> <size>
</item> <width>20</width>
<item> <height>40</height>
<spacer> </size>
<property name="orientation" > </property>
<enum>Qt::Horizontal</enum> </spacer>
</property> </item>
<property name="sizeType" > </layout>
<enum>QSizePolicy::Expanding</enum> </item>
</property> </layout>
<property name="sizeHint" > </item>
<size> </layout>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget> </widget>
<pixmapfunction></pixmapfunction>
<includes> <includes>
<include location="local" >qt_helpers.h</include> <include location="local" >qt_helpers.h</include>
</includes> </includes>