mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 13:02:44 +01:00
Update loading_screen.cpp
This commit is contained in:
parent
ac4c2702d7
commit
d6d0505f1b
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ QProgressBar {
|
|||
padding: 2px;
|
||||
}
|
||||
QProgressBar::chunk {
|
||||
background-color: #white;
|
||||
border-radius: 6px;
|
||||
background-color: white;
|
||||
width: 1px;
|
||||
})";
|
||||
|
||||
LoadingScreen::LoadingScreen(QWidget* parent)
|
||||
|
|
Loading…
Reference in a new issue