From c4569561f51f3ceedf5938cfdf7799c7c9a93001 Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Fri, 26 Apr 2024 20:52:10 +0200 Subject: [PATCH] Fix issues with wrong color for preference page tooltips --- src/Gui/DlgPreferences.ui | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/Gui/DlgPreferences.ui b/src/Gui/DlgPreferences.ui index c62e828642..8444a69049 100644 --- a/src/Gui/DlgPreferences.ui +++ b/src/Gui/DlgPreferences.ui @@ -2,6 +2,11 @@ Gui::Dialog::DlgPreferences + + #sidebar { background-color: rgba(0, 0, 0, 25); } + #groupsTreeView { background-color: transparent; } + #groupsTreeView::item { padding: 6px 8px; } + 0 @@ -69,10 +74,6 @@ false - - QFrame { background-color: rgba(0, 0, 0, 25); } -QFrame::item { padding: 6px 8px }; - QFrame::NoFrame @@ -106,9 +107,6 @@ QFrame::item { padding: 6px 8px }; false - - background-color: transparent; - QFrame::NoFrame