Fixed login screen, the pilot section was accidentally shifted into another widget

This commit is contained in:
Klaus Basan
2018-08-17 13:27:36 +02:00
parent 71847f9316
commit e17c49ec0f

View File

@@ -267,7 +267,7 @@
</layout> </layout>
</widget> </widget>
</item> </item>
<item alignment="Qt::AlignTop"> <item>
<widget class="QGroupBox" name="gb_OwnAircraft"> <widget class="QGroupBox" name="gb_OwnAircraft">
<property name="title"> <property name="title">
<string>Own aircraft</string> <string>Own aircraft</string>
@@ -486,27 +486,6 @@
</layout> </layout>
</widget> </widget>
</item> </item>
<item>
<widget class="QFrame" name="fr_LogoffConfirmation">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<layout class="QVBoxLayout" name="vl_LogoffConfirmation">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>5</number>
</property>
<item> <item>
<widget class="QGroupBox" name="gb_PilotsDetails"> <widget class="QGroupBox" name="gb_PilotsDetails">
<property name="title"> <property name="title">
@@ -538,6 +517,27 @@
</layout> </layout>
</widget> </widget>
</item> </item>
<item>
<widget class="QFrame" name="fr_LogoffConfirmation">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<layout class="QVBoxLayout" name="vl_LogoffConfirmation">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>5</number>
</property>
<item alignment="Qt::AlignTop"> <item alignment="Qt::AlignTop">
<widget class="QGroupBox" name="gb_CurrentLogin"> <widget class="QGroupBox" name="gb_CurrentLogin">
<property name="title"> <property name="title">