mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 18:24:46 +00:00
remove unwanted changes in the top panel
This commit is contained in:
parent
9c080a2676
commit
1aca3951a1
1 changed files with 2 additions and 0 deletions
|
|
@ -228,7 +228,9 @@ Item {
|
||||||
|
|
||||||
QuickSettingsPanel {
|
QuickSettingsPanel {
|
||||||
id: quickSettings
|
id: quickSettings
|
||||||
|
|
||||||
property int trueHeight: height + Math.round(Kirigami.Units.gridUnit * 1.5) // add height of bottom bar
|
property int trueHeight: height + Math.round(Kirigami.Units.gridUnit * 1.5) // add height of bottom bar
|
||||||
|
|
||||||
z: 4
|
z: 4
|
||||||
Layout.alignment: Qt.AlignTop
|
Layout.alignment: Qt.AlignTop
|
||||||
Layout.preferredWidth: slidingPanel.wideScreen ? Math.min(slidingPanel.width/2, units.gridUnit * 25) : panelContents.width
|
Layout.preferredWidth: slidingPanel.wideScreen ? Math.min(slidingPanel.width/2, units.gridUnit * 25) : panelContents.width
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue