Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 6582078

Browse files
authored
Merge pull request #232 from redhatrises/fix_font_color
[v1-2] Fix results font color
2 parents 0efe09b + f1b1c8c commit 6582078

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ui/RuleResultItem.ui

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<enum>Qt::NoContextMenu</enum>
8282
</property>
8383
<property name="styleSheet">
84-
<string notr="true">text-align: left; border: 0; padding-left: 5px; </string>
84+
<string notr="true">text-align: left; border: 0; padding-left: 5px;</string>
8585
</property>
8686
<property name="text">
8787
<string>Title</string>
@@ -122,8 +122,7 @@
122122
<item>
123123
<widget class="QLabel" name="description">
124124
<property name="styleSheet">
125-
<string notr="true">margin-left: 25px;
126-
border: 1px solid #ddd;</string>
125+
<string notr="true">margin-left: 25px; border: 1px solid #ddd; color: #000000;</string>
127126
</property>
128127
<property name="text">
129128
<string/>

ui/RuleResultsTree.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<bool>false</bool>
4242
</property>
4343
<property name="styleSheet">
44-
<string notr="true">background: white;</string>
44+
<string notr="true">background: white; color: #000000;</string>
4545
</property>
4646
</widget>
4747
</widget>

0 commit comments

Comments
 (0)