mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Ref T264, minor screen size adjustments
This commit is contained in:
@@ -56,7 +56,7 @@ namespace BlackGui
|
||||
static qreal mainApplicationWidgetPixelRatio();
|
||||
|
||||
//! Desktop size
|
||||
//! might be scaled depending on mainApplicationWidgetPixelRatio
|
||||
//! \remark might be scaled depending on CGuiUtility::mainApplicationWidgetPixelRatio
|
||||
static QSize desktopSize();
|
||||
|
||||
//! Is main window frameless?
|
||||
@@ -174,7 +174,7 @@ namespace BlackGui
|
||||
static void superviseMainWindowMinSizes(qreal wRatio = 0.85, qreal hRatio = 0.85);
|
||||
|
||||
private:
|
||||
//! Constructor, use static methods only
|
||||
//! No constructor, use static functions only
|
||||
CGuiUtility() {}
|
||||
|
||||
static QWidget *s_mainApplicationWidget;
|
||||
|
||||
Reference in New Issue
Block a user