mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
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:
committed by
Mat Sutcliffe
parent
cd095dbb3f
commit
2de192600f
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user