summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Maudsley <richard.maudsley@isode.com>2014-07-23 12:00:57 (GMT)
committerSwift Review <review@swift.im>2014-07-28 08:31:32 (GMT)
commitdeddde461018ec2b47d1b3e3776550cdd3ea714d (patch)
treeb97df66d33fd8d22c7b7a357e13b458f9dbc8d16 /Swift/QtUI
parentfde89fee2175e7cbeda9262e7517f153de76e1b8 (diff)
downloadswift-contrib-deddde461018ec2b47d1b3e3776550cdd3ea714d.zip
swift-contrib-deddde461018ec2b47d1b3e3776550cdd3ea714d.tar.bz2
Fix highlight rules dialog size.
Test-Information: Verify that dialog is still functional. Change-Id: I44beeb39ed17e2fa60004a41ee4d0ab9f19c5670
Diffstat (limited to 'Swift/QtUI')
-rw-r--r--Swift/QtUI/QtHighlightEditor.ui57
1 files changed, 47 insertions, 10 deletions
diff --git a/Swift/QtUI/QtHighlightEditor.ui b/Swift/QtUI/QtHighlightEditor.ui
index 09a7297..a2baffd 100644
--- a/Swift/QtUI/QtHighlightEditor.ui
+++ b/Swift/QtUI/QtHighlightEditor.ui
@@ -7,6 +7,6 @@
<x>0</x>
<y>0</y>
- <width>439</width>
- <height>836</height>
+ <width>500</width>
+ <height>600</height>
</rect>
</property>
@@ -19,6 +19,6 @@
<property name="minimumSize">
<size>
- <width>439</width>
- <height>836</height>
+ <width>500</width>
+ <height>600</height>
</size>
</property>
@@ -28,4 +28,31 @@
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
+ <widget class="QScrollArea" name="scrollArea">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="frameShape">
+ <enum>QFrame::StyledPanel</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>QFrame::Sunken</enum>
+ </property>
+ <property name="widgetResizable">
+ <bool>true</bool>
+ </property>
+ <widget class="QWidget" name="scrollAreaWidgetContents">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>463</width>
+ <height>792</height>
+ </rect>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout_4">
+ <item>
<widget class="QLabel" name="label_5">
<property name="text">
@@ -38,5 +65,18 @@
</item>
<item>
- <widget class="QListWidget" name="listWidget"/>
+ <widget class="QListWidget" name="listWidget">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
+ </widget>
</item>
<item>
@@ -402,9 +442,6 @@
</widget>
</item>
- <item>
- <widget class="Line" name="line_2">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
+ </layout>
+ </widget>
</widget>
</item>