Minor UI/style fixes

This commit is contained in:
Klaus Basan
2018-10-27 02:08:25 +02:00
parent 4370f2c614
commit 11c5ded3b5
3 changed files with 8 additions and 8 deletions

View File

@@ -267,7 +267,7 @@ namespace BlackCore
//! \ingroup reverselookup
BlackMisc::Simulation::CAircraftModel reverseLookupModelWithFlightplanData(
const BlackMisc::Aviation::CCallsign &callsign, const QString &aircraftIcao,
const QString &airlineIcao, const QString &livery, const QString &modelString,
const QString &airlineIcao, const QString &liveryString, const QString &modelString,
BlackMisc::Simulation::CAircraftModel::ModelType type, BlackMisc::CStatusMessageList *log);
//! Create aircraft in range, this is the only place where a new aircraft should be added

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>272</width>
<height>80</height>
<width>255</width>
<height>82</height>
</rect>
</property>
<property name="windowTitle">
@@ -15,16 +15,16 @@
</property>
<layout class="QGridLayout" name="gl_FsdSetupForm">
<property name="leftMargin">
<number>0</number>
<number>1</number>
</property>
<property name="topMargin">
<number>0</number>
<number>1</number>
</property>
<property name="rightMargin">
<number>0</number>
<number>1</number>
</property>
<property name="bottomMargin">
<number>0</number>
<number>1</number>
</property>
<property name="spacing">
<number>4</number>

View File

@@ -205,7 +205,7 @@ namespace BlackMisc
//! \copydoc BlackMisc::Mixin::Index::setPropertyByIndex
void setPropertyByIndex(const CPropertyIndex &index, const CVariant &variant);
//! Compare by index
//! \copydoc BlackMisc::Mixin::Index::comparePropertyByIndex
int comparePropertyByIndex(const CPropertyIndex &index, const CServer &compareValue) const;
//! \copydoc BlackMisc::Mixin::String::toQString()