Some filter dialog / status message UI size adjustments

This commit is contained in:
Klaus Basan
2018-01-20 17:06:38 +01:00
parent 5d56c295f8
commit ecf84eebf0
2 changed files with 23 additions and 9 deletions

View File

@@ -2,6 +2,14 @@
<ui version="4.0"> <ui version="4.0">
<class>CStatusMessageForm</class> <class>CStatusMessageForm</class>
<widget class="QFrame" name="CStatusMessageForm"> <widget class="QFrame" name="CStatusMessageForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>368</width>
<height>252</height>
</rect>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Status message</string> <string>Status message</string>
</property> </property>

View File

@@ -6,21 +6,27 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>184</width> <width>400</width>
<height>56</height> <height>125</height>
</rect> </rect>
</property> </property>
<property name="minimumSize">
<size>
<width>400</width>
<height>125</height>
</size>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Dialog</string> <string>Filter status messages</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item alignment="Qt::AlignTop">
<widget class="BlackGui::Filters::CStatusMessageFilterBar" name="filter_Messages"> <widget class="BlackGui::Filters::CStatusMessageFilterBar" name="filter_Messages">
<property name="frameShape"> <property name="minimumSize">
<enum>QFrame::StyledPanel</enum> <size>
</property> <width>0</width>
<property name="frameShadow"> <height>75</height>
<enum>QFrame::Raised</enum> </size>
</property> </property>
</widget> </widget>
</item> </item>