Skip to content

Commit e130767

Browse files
author
spartucus
committed
Fix style of combobox.
1 parent 7c806d6 commit e130767

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/account/createaccountframe.ui

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
<string>Frame</string>
2727
</property>
2828
<property name="styleSheet">
29-
<string notr="true">background-color: rgb(32, 32, 32);</string>
29+
<string notr="true">background-color: rgb(32, 32, 32);
30+
color: rgb(255, 255, 255);</string>
3031
</property>
3132
<property name="frameShape">
3233
<enum>QFrame::StyledPanel</enum>

src/table/tableframe.ui

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
<string>Frame</string>
2121
</property>
2222
<property name="styleSheet">
23-
<string notr="true">background-color: rgb(37, 37, 37);</string>
23+
<string notr="true">background-color: rgb(37, 37, 37);
24+
color: rgb(255, 255, 255);s</string>
2425
</property>
2526
<property name="frameShape">
2627
<enum>QFrame::StyledPanel</enum>

0 commit comments

Comments
 (0)