mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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 {
|
||||
id: quickSettings
|
||||
|
||||
property int trueHeight: height + Math.round(Kirigami.Units.gridUnit * 1.5) // add height of bottom bar
|
||||
|
||||
z: 4
|
||||
Layout.alignment: Qt.AlignTop
|
||||
Layout.preferredWidth: slidingPanel.wideScreen ? Math.min(slidingPanel.width/2, units.gridUnit * 25) : panelContents.width
|
||||
|
|
|
|||
Loading…
Reference in a new issue