show notification in fullscreen
This commit is contained in:
+3
-1
@@ -20,6 +20,7 @@ Item {
|
||||
id: root
|
||||
|
||||
required property Item bar
|
||||
required property real borderThickness
|
||||
readonly property alias clipboard: clipboard
|
||||
readonly property alias dashboard: dashboard
|
||||
readonly property alias dashboardWrapper: dashboardWrapper
|
||||
@@ -43,7 +44,7 @@ Item {
|
||||
required property PersistentProperties visibilities
|
||||
|
||||
anchors.fill: parent
|
||||
anchors.margins: Config.barConfig.border
|
||||
anchors.margins: borderThickness
|
||||
anchors.topMargin: bar.implicitHeight
|
||||
|
||||
Item {
|
||||
@@ -99,6 +100,7 @@ Item {
|
||||
id: popouts
|
||||
|
||||
anchors.top: parent.top
|
||||
borderThickness: root.borderThickness
|
||||
screen: root.screen
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user