mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
panel: Enforce panel thickness
This commit is contained in:
parent
e18d5f73ed
commit
f7c6f6d30f
1 changed files with 7 additions and 1 deletions
|
|
@ -32,6 +32,13 @@ Item {
|
|||
|
||||
width: 480
|
||||
height: PlasmaCore.Units.gridUnit
|
||||
|
||||
// enforce thickness
|
||||
Binding {
|
||||
target: plasmoid.Window.window // assumed to be plasma-workspace "PanelView" component
|
||||
property: "thickness"
|
||||
value: PlasmaCore.Units.gridUnit + PlasmaCore.Units.smallSpacing
|
||||
}
|
||||
|
||||
//BEGIN API implementation
|
||||
|
||||
|
|
@ -98,7 +105,6 @@ Item {
|
|||
filterByScreen: true
|
||||
filterHidden: true
|
||||
|
||||
// screenGeometry: panel.screenGeometry
|
||||
virtualDesktop: virtualDesktopInfo.currentDesktop
|
||||
activity: activityInfo.currentActivity
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue