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">
<class>CStatusMessageForm</class>
<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">
<string>Status message</string>
</property>

View File

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