controlcenter: disable resize on floating window
This commit is contained in:
parent
70c1e5f257
commit
8262d34bc0
1 changed files with 5 additions and 3 deletions
|
|
@ -32,12 +32,14 @@ Singleton {
|
||||||
destroy();
|
destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
minimumSize.width: 1000
|
|
||||||
minimumSize.height: 600
|
|
||||||
|
|
||||||
implicitWidth: cc.implicitWidth
|
implicitWidth: cc.implicitWidth
|
||||||
implicitHeight: cc.implicitHeight
|
implicitHeight: cc.implicitHeight
|
||||||
|
|
||||||
|
minimumSize.width: implicitWidth
|
||||||
|
minimumSize.height: implicitHeight
|
||||||
|
maximumSize.width: implicitWidth
|
||||||
|
maximumSize.height: implicitHeight
|
||||||
|
|
||||||
title: qsTr("Caelestia Settings - %1").arg(cc.active.slice(0, 1).toUpperCase() + cc.active.slice(1))
|
title: qsTr("Caelestia Settings - %1").arg(cc.active.slice(0, 1).toUpperCase() + cc.active.slice(1))
|
||||||
|
|
||||||
ControlCenter {
|
ControlCenter {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue