Fix UI background colors in dark theme mode

This commit is contained in:
Silvan Calarco 2023-07-27 13:48:42 +02:00
parent c2ccd18980
commit d65d50d2b1
2 changed files with 0 additions and 10 deletions

View File

@ -37,10 +37,6 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(239, 240, 241);
background-color: rgb(255, 255, 255);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>

View File

@ -49,9 +49,6 @@
<height>160</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
@ -115,9 +112,6 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255,255,255);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>