Minor UI fix

This commit is contained in:
Klaus Basan
2019-05-13 00:57:31 +02:00
parent 94d5f01060
commit 17dcccb1fb

View File

@@ -2,16 +2,8 @@
<ui version="4.0"> <ui version="4.0">
<class>CSituationForm</class> <class>CSituationForm</class>
<widget class="QFrame" name="CSituationForm"> <widget class="QFrame" name="CSituationForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>362</width>
<height>414</height>
</rect>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Frame</string> <string>Situation</string>
</property> </property>
<layout class="QVBoxLayout" name="vl_SituationForm"> <layout class="QVBoxLayout" name="vl_SituationForm">
<property name="leftMargin"> <property name="leftMargin">
@@ -208,15 +200,9 @@
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>100</height> <height>125</height>
</size> </size>
</property> </property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>