Use screen geometry to configure screen size

This commit is contained in:
Klaus Basan
2018-11-16 02:27:22 +01:00
parent 0b2d3c3f05
commit ff33db96db
2 changed files with 23 additions and 0 deletions

View File

@@ -71,6 +71,9 @@ namespace BlackGui
//! Set the parent's window opacity
void setParentOpacity(qreal opacity);
//! Set screen geometry based on screen resolution
void setScreenGeometry();
QScopedPointer<Ui::CConfigurationWizard> ui;
int m_previousId = -1;
int m_minId = -1;