less padding for more screen

This commit is contained in:
lucy 2025-12-31 11:36:18 +01:00
parent 6aefb0eb18
commit 52f5cdde6e
2 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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