Refactored Insight GUI to accommodate the many changes made to Bloom's internals
Also lots of tidying.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Widgets::InsightTargetWidgets::Qfp
|
||||
|
||||
private:
|
||||
// These properties can be modified via Qt style sheets (see Stylesheets/QuadFlatPackage.qss)
|
||||
QColor bodyColor = QColor("#8E8B83");
|
||||
QColor bodyColor = {"#8E8B83"};
|
||||
int disableAlphaLevel = 100;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user