refs #535, finetuning of drop site

* stylesheet
* sizes of deploying components
This commit is contained in:
Klaus Basan
2015-12-13 19:52:56 +01:00
parent 1601ca62fd
commit 670bef0fd1
6 changed files with 60 additions and 98 deletions

View File

@@ -2,14 +2,6 @@
<ui version="4.0">
<class>CDbMappingComponent</class>
<widget class="BlackGui::COverlayMessagesFrame" name="CDbMappingComponent">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>264</width>
<height>616</height>
</rect>
</property>
<property name="windowTitle">
<string>Frame</string>
</property>
@@ -64,9 +56,9 @@
</property>
<widget class="QWidget" name="tab_StashAircraftModels">
<attribute name="title">
<string>Stashed aircraft</string>
<string>Stashed models</string>
</attribute>
<layout class="QHBoxLayout" name="hl_StashedAircraft">
<layout class="QHBoxLayout" name="hl_StashedAircraftModels">
<property name="spacing">
<number>4</number>
</property>
@@ -222,18 +214,10 @@
<bool>true</bool>
</property>
<widget class="QWidget" name="qw_EditorsScrollArea">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>243</width>
<height>375</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>375</height>
<height>425</height>
</size>
</property>
<layout class="QHBoxLayout" name="hl_EditorsScrollArea">
@@ -275,49 +259,37 @@
</property>
<item>
<widget class="BlackGui::Editors::CDistributorForm" name="editor_Distributor">
<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>
<item>
<widget class="BlackGui::Editors::CAircraftIcaoForm" name="editor_AircraftIcao">
<property name="minimumSize">
<size>
<width>0</width>
<height>75</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<zorder>fr_EditorsRight</zorder>
</widget>
</item>
<item>
<spacer name="vs_EditorsLeft">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>334</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QFrame" name="fr_EditorsRight">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="vl_EditorsRight">
<layout class="QVBoxLayout" name="vl_EditorRight">
<property name="leftMargin">
<number>0</number>
</property>
@@ -332,23 +304,26 @@
</property>
<item>
<widget class="BlackGui::Editors::CLiveryForm" name="editor_Livery">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<spacer name="vs_EditorsRight">
<spacer name="vs_EditorRight">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
<height>402</height>
</size>
</property>
</spacer>