mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
proper height for the panel
This commit is contained in:
parent
4a5ac4a6aa
commit
e6d041f90f
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ Item {
|
||||||
id: panelContents
|
id: panelContents
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
implicitWidth: quickSettingsParent.implicitWidth
|
implicitWidth: quickSettingsParent.implicitWidth
|
||||||
implicitHeight: MAth.min(slidingPanel.height, quickSettingsParent.implicitHeight)
|
implicitHeight: Math.min(slidingPanel.height, quickSettingsParent.implicitHeight)
|
||||||
|
|
||||||
columns: slidingPanel.wideScreen ? 2 : 1
|
columns: slidingPanel.wideScreen ? 2 : 1
|
||||||
rows: slidingPanel.wideScreen ? 1 : 2
|
rows: slidingPanel.wideScreen ? 1 : 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue