Reduced hard coded stylesheet values

* disabled hardcoded wizard pages style sheet
* adjusted style sheet
* fixed QMneu issue: https://stackoverflow.com/questions/53991839/qt-5-12-menu-items-with-unwanted-extra-space
* tagged remaining ones as "\fixme hardcoded"
This commit is contained in:
Klaus Basan
2019-01-02 06:53:59 +01:00
committed by Mat Sutcliffe
parent cd095dbb3f
commit 2de192600f
4 changed files with 16 additions and 7 deletions

View File

@@ -61,12 +61,15 @@ namespace BlackGui
// init if data already available
this->onWebDataRead();
// \fixme setting per stylesheet does NOT work, this hardcoded stuff should be removed
/**
//! \todo remove this block when no longer needed after 2019-02
//! \fixme hardcoded stylesheet setting per stylesheet does NOT work, this hardcoded stuff should be removed
const QString style("background-image: url(:/textures/icons/textures/texture-inner.jpg)");
ui->wp2_Aircraft->setStyleSheet(style);
ui->wp3_LiveryColor->setStyleSheet(style);
ui->wp4_Livery->setStyleSheet(style);
ui->wp5_Distributor->setStyleSheet(style);
**/
}
CDbQuickMappingWizard::~CDbQuickMappingWizard()