mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Loginpage: Apply black colour to progressbar
This commit is contained in:
parent
14b2e480ae
commit
9cb71aff68
|
@ -42,7 +42,7 @@
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>1</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="newPage">
|
<widget class="QWidget" name="newPage">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||||
|
|
|
@ -47,6 +47,6 @@ QStackedWidget QPushButton
|
||||||
background: #0c530d;
|
background: #0c530d;
|
||||||
}
|
}
|
||||||
|
|
||||||
QLabel, QCheckBox {
|
QLabel, QCheckBox, QProgressBar {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user