diff options
Diffstat (limited to 'modules/osd')
| -rw-r--r-- | modules/osd/Background.qml | 2 | ||||
| -rw-r--r-- | modules/osd/Osd.qml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/modules/osd/Background.qml b/modules/osd/Background.qml index e0383f5..d8a35b0 100644 --- a/modules/osd/Background.qml +++ b/modules/osd/Background.qml @@ -16,7 +16,7 @@ Shape { ShapePath { strokeWidth: -1 - fillColor: Appearance.colours.m3surfaceContainer + fillColor: Appearance.colours.m3surface startX: root.wrapperWidth diff --git a/modules/osd/Osd.qml b/modules/osd/Osd.qml index 3f6d8bc..d173a44 100644 --- a/modules/osd/Osd.qml +++ b/modules/osd/Osd.qml @@ -64,6 +64,7 @@ Variants { item: wrapper } + margins.right: BackgroundConfig.border.thickness anchors.left: true anchors.right: true height: wrapper.height |