1
0
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:
agilob 2016-01-21 19:53:33 +00:00
parent 14b2e480ae
commit 9cb71aff68
No known key found for this signature in database
GPG Key ID: 296F0B764741106C
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -47,6 +47,6 @@ QStackedWidget QPushButton
background: #0c530d;
}
QLabel, QCheckBox {
QLabel, QCheckBox, QProgressBar {
color: black;
}