less padding for more screen
This commit is contained in:
parent
6aefb0eb18
commit
52f5cdde6e
@ -7,7 +7,7 @@ import "."
|
|||||||
WlrLayershell {
|
WlrLayershell {
|
||||||
id: overlayRoot
|
id: overlayRoot
|
||||||
required property var modelData
|
required property var modelData
|
||||||
property var padding: 10
|
property var padding: 5
|
||||||
|
|
||||||
// 1. Fill the entire screen
|
// 1. Fill the entire screen
|
||||||
anchors {
|
anchors {
|
||||||
|
|||||||
@ -42,9 +42,9 @@ Item {
|
|||||||
|
|
||||||
// Margins (Leave 0 unless your bar overlaps)
|
// Margins (Leave 0 unless your bar overlaps)
|
||||||
readonly property real topMargin: 0
|
readonly property real topMargin: 0
|
||||||
readonly property real bottomMargin: 10
|
readonly property real bottomMargin: 5
|
||||||
readonly property real leftMargin: 10
|
readonly property real leftMargin: 5
|
||||||
readonly property real rightMargin: 10
|
readonly property real rightMargin: 5
|
||||||
|
|
||||||
readonly property real screenWidth: cornersShape.width
|
readonly property real screenWidth: cornersShape.width
|
||||||
readonly property real screenHeight: cornersShape.height
|
readonly property real screenHeight: cornersShape.height
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user