diff --git a/src/suyu/loading_screen.cpp b/src/suyu/loading_screen.cpp index 7912ecafcf..6846ef94f0 100644 --- a/src/suyu/loading_screen.cpp +++ b/src/suyu/loading_screen.cpp @@ -31,7 +31,7 @@ constexpr char PROGRESSBAR_STYLE_BUILD[] = R"( QProgressBar { background-color: black; border: 2px solid white; - border-radius: 25px; + border-radius: 10px; padding: 2px; } QProgressBar::chunk { @@ -43,7 +43,7 @@ constexpr char PROGRESSBAR_STYLE_COMPLETE[] = R"( QProgressBar { background-color: black; border: 2px solid white; - border-radius: 25px; + border-radius: 10px; padding: 2px; } QProgressBar::chunk { diff --git a/src/suyu/loading_screen.ui b/src/suyu/loading_screen.ui index e54c7b8246..a38792198c 100644 --- a/src/suyu/loading_screen.ui +++ b/src/suyu/loading_screen.ui @@ -84,13 +84,13 @@ Ubuntu 20 false - true true + Medium background-color: black; color: white; -font: 700 20pt "Ubuntu"; +font: 500 20pt "Ubuntu"; Loading Shaders 387 / 1628 @@ -116,11 +116,11 @@ font: 700 20pt "Ubuntu"; color: white; border: 2px solid white; outline-color: black; -border-radius: 20px; +border-radius: 10px; } QProgressBar::chunk { background-color: white; -border-radius: 15px; +border-radius: 5px; } @@ -141,7 +141,7 @@ border-radius: 15px; background-color: black; color: white; -font: 700 15pt "Ubuntu"; +font: 500 15pt "Ubuntu"; Estimated Time 5m 4s