Skip to content

Commit 97f8883

Browse files
committed
Fix Mining Page Colour
1 parent 9d567a7 commit 97f8883

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

src/qt/forms/miningpage.ui

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,27 @@
1414
<string>Form</string>
1515
</property>
1616
<property name="styleSheet">
17-
<string notr="true">background-color: rgb(0, 0, 0);
18-
color: rgb(255, 255, 255);</string>
17+
<string notr="true"/>
1918
</property>
2019
<layout class="QVBoxLayout" name="verticalLayout">
2120
<item>
2221
<layout class="QHBoxLayout" name="horizontalLayout_0">
2322
<item>
2423
<widget class="QTabWidget" name="tabWidget">
24+
<property name="palette">
25+
<palette>
26+
<active/>
27+
<inactive/>
28+
<disabled/>
29+
</palette>
30+
</property>
2531
<property name="styleSheet">
26-
<string notr="true">#bgWidget { background: rgba(0,0,0,220); }</string>
32+
<string notr="true">QTabWidget:tab-bar { alignment: left; }
33+
QTabBar { alignment: left; }
34+
</string>
2735
</property>
2836
<property name="currentIndex">
29-
<number>0</number>
37+
<number>1</number>
3038
</property>
3139
<widget class="QWidget" name="CPU">
3240
<property name="enabled">
@@ -382,7 +390,7 @@ color: rgb(255, 255, 255);</string>
382390
color: rgb(255, 255, 255);</string>
383391
</property>
384392
<property name="text">
385-
<string></string>
393+
<string/>
386394
</property>
387395
</widget>
388396
</item>
@@ -608,7 +616,7 @@ color: rgb(255, 255, 255);</string>
608616
color: rgb(255, 255, 255);</string>
609617
</property>
610618
<property name="text">
611-
<string></string>
619+
<string/>
612620
</property>
613621
</widget>
614622
</item>

0 commit comments

Comments
 (0)