From 3d4a1d22b08ceb4284a3f6191402b59e486d4a19 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 21 Apr 2024 18:21:54 +0200 Subject: [PATCH] Improve CodeComponent background (cherry picked from commit 92895a7d007e9ca22525e1afc38b764f5e31300c) --- src/timeline/CodeComponent.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/timeline/CodeComponent.qml b/src/timeline/CodeComponent.qml index e76c6c70b..e8f962206 100644 --- a/src/timeline/CodeComponent.qml +++ b/src/timeline/CodeComponent.qml @@ -188,9 +188,11 @@ QQC2.Control { background: Rectangle { color: Kirigami.Theme.backgroundColor + Kirigami.Theme.colorSet: Kirigami.Theme.View + Kirigami.Theme.inherit: false radius: Kirigami.Units.smallSpacing border { - width: root.hovered ? 1 : 0 + width: 1 color: Kirigami.Theme.highlightColor }