mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-06 12:52:09 -06:00
Update loading_screen.cpp
This commit is contained in:
@@ -36,6 +36,7 @@ QProgressBar {
|
|||||||
}
|
}
|
||||||
QProgressBar::chunk {
|
QProgressBar::chunk {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
border-radius: 6px;
|
||||||
})";
|
})";
|
||||||
|
|
||||||
constexpr char PROGRESSBAR_STYLE_COMPLETE[] = R"(
|
constexpr char PROGRESSBAR_STYLE_COMPLETE[] = R"(
|
||||||
@@ -46,7 +47,8 @@ QProgressBar {
|
|||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
QProgressBar::chunk {
|
QProgressBar::chunk {
|
||||||
background-color: #white;
|
background-color: white;
|
||||||
|
border-radius: 6px;
|
||||||
})";
|
})";
|
||||||
|
|
||||||
LoadingScreen::LoadingScreen(QWidget* parent)
|
LoadingScreen::LoadingScreen(QWidget* parent)
|
||||||
|
|||||||
Reference in New Issue
Block a user