Skip to content

Commit

Permalink
Fix issues with wrong color for preference page tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
kadet1090 committed Apr 28, 2024
1 parent ed77603 commit 73a743e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/Gui/DlgPreferences.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<ui version="4.0">
<class>Gui::Dialog::DlgPreferences</class>
<widget class="QDialog" name="Gui::Dialog::DlgPreferences">
<property name="styleSheet">
<string notr="true">#sidebar { background-color: rgba(0, 0, 0, 25); }
#groupsTreeView { background-color: transparent; }
#groupsTreeView::item { padding: 6px 8px; }</string>
</property>
<property name="geometry">
<rect>
<x>0</x>
Expand Down Expand Up @@ -69,10 +74,6 @@
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">QFrame { background-color: rgba(0, 0, 0, 25); }
QFrame::item { padding: 6px 8px };</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
Expand Down Expand Up @@ -106,9 +107,6 @@ QFrame::item { padding: 6px 8px };</string>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: transparent;</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
Expand Down

0 comments on commit 73a743e

Please sign in to comment.