Ref T219, minor serverform UI adjustments

This commit is contained in:
Klaus Basan
2018-01-07 03:15:38 +01:00
parent 4b73c2f936
commit 9822c86bdd

View File

@@ -2,6 +2,14 @@
<ui version="4.0">
<class>CNetworkServerForm</class>
<widget class="QFrame" name="CNetworkServerForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>227</width>
<height>194</height>
</rect>
</property>
<property name="windowTitle">
<string>Frame</string>
</property>
@@ -194,6 +202,12 @@
</property>
<item>
<widget class="BlackGui::Editors::CFsdSetupForm" name="form_ServerFsd">
<property name="minimumSize">
<size>
<width>0</width>
<height>75</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
@@ -202,6 +216,19 @@
</property>
</widget>
</item>
<item>
<spacer name="vs_ServerFsd">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>