Skip to content

Commit 71fa1f9

Browse files
committed
text-color -> color
1 parent af176b0 commit 71fa1f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dirExplorer.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ border-radius: 5px
118118
</property>
119119
<property name="styleSheet">
120120
<string notr="true">background-color: black;
121-
text-color: rgb(131,131,131);</string>
121+
color: rgb(131,131,131);</string>
122122
</property>
123123
<property name="frameShape">
124124
<enum>QFrame::StyledPanel</enum>

dvExplorer.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ border-radius: 5px
118118
</property>
119119
<property name="styleSheet">
120120
<string notr="true">background-color: black;
121-
text-color: rgb(131,131,131);</string>
121+
color: rgb(131,131,131);</string>
122122
</property>
123123
<property name="frameShape">
124124
<enum>QFrame::StyledPanel</enum>

0 commit comments

Comments
 (0)