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
b96fcd1370
commit
f43f50c1c5
1 changed files with 3 additions and 1 deletions
|
@ -36,6 +36,7 @@ QProgressBar {
|
|||
}
|
||||
QProgressBar::chunk {
|
||||
background-color: white;
|
||||
border-radius: 6px;
|
||||
})";
|
||||
|
||||
constexpr char PROGRESSBAR_STYLE_COMPLETE[] = R"(
|
||||
|
@ -46,7 +47,8 @@ QProgressBar {
|
|||
padding: 2px;
|
||||
}
|
||||
QProgressBar::chunk {
|
||||
background-color: #white;
|
||||
background-color: white;
|
||||
border-radius: 6px;
|
||||
})";
|
||||
|
||||
LoadingScreen::LoadingScreen(QWidget* parent)
|
||||
|
|
Loading…
Reference in a new issue