add border to panels

This commit is contained in:
end-4
2025-07-05 09:06:22 +02:00
parent b0cd46f783
commit 9b050e8e21
6 changed files with 12 additions and 0 deletions
@@ -64,6 +64,8 @@ Scope { // Scope
id: cheatsheetBackground
anchors.centerIn: parent
color: Appearance.colors.colLayer0
border.width: 1
border.color: Appearance.m3colors.m3outlineVariant
radius: Appearance.rounding.windowRounding
property real padding: 30
implicitWidth: cheatsheetColumnLayout.implicitWidth + padding * 2