stay above osk
This commit is contained in:
@@ -33,9 +33,14 @@ PanelWindow {
|
||||
top: true
|
||||
bottom: true
|
||||
}
|
||||
exclusionMode: ExclusionMode.Ignore
|
||||
// Reserve nothing, respect what others reserved — see Launcher.qml. Keeps
|
||||
// the menu clear of the bar and of an on-screen keyboard.
|
||||
exclusionMode: ExclusionMode.Normal
|
||||
exclusiveZone: 0
|
||||
color: "transparent"
|
||||
|
||||
readonly property int barInset: Config.reserveSpace ? 0 : Theme.barHeight
|
||||
|
||||
readonly property var actions: Config.powerActions
|
||||
property int current: 0
|
||||
|
||||
@@ -87,7 +92,7 @@ PanelWindow {
|
||||
right: parent.right
|
||||
bottom: parent.bottom
|
||||
rightMargin: Theme.padding
|
||||
bottomMargin: Theme.barHeight + Theme.padding
|
||||
bottomMargin: root.barInset + Theme.padding
|
||||
}
|
||||
|
||||
width: Math.min(Config.powerMenuWidth, root.width - Theme.padding * 2)
|
||||
|
||||
Reference in New Issue
Block a user