Some minor UI improvements

* buttons right aligned
* min-height in qss
* removed "public slots" where not needed
* QMessageBox when changing widget style (because it is so slow)
This commit is contained in:
Klaus Basan
2018-01-18 03:06:42 +01:00
parent 8273a9881f
commit b574ede2e2
8 changed files with 187 additions and 115 deletions

View File

@@ -41,7 +41,6 @@ namespace BlackGui
//! Hide opacity elements
void hideOpacity(bool hide);
public slots:
//! GUI Opacity 0-100%
void setGuiOpacity(double value);