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>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="newPage">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||
|
|
|
@ -47,6 +47,6 @@ QStackedWidget QPushButton
|
|||
background: #0c530d;
|
||||
}
|
||||
|
||||
QLabel, QCheckBox {
|
||||
QLabel, QCheckBox, QProgressBar {
|
||||
color: black;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user