summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar James Rowe2019-01-20 19:14:14 -0700
committerGravatar James Rowe2019-01-20 19:14:14 -0700
commit636cc2a4964f99bfa2d5ca12baf10357cf80ba8d (patch)
tree1d126c25f76aaa0d65b0004d9f235340f1288977 /src
parentRename step 1 and step 2 to be a little more descriptive (diff)
downloadyuzu-636cc2a4964f99bfa2d5ca12baf10357cf80ba8d.tar.gz
yuzu-636cc2a4964f99bfa2d5ca12baf10357cf80ba8d.tar.xz
yuzu-636cc2a4964f99bfa2d5ca12baf10357cf80ba8d.zip
Change the background color of Stage Complete to yuzu blue
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/loading_screen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/loading_screen.cpp b/src/yuzu/loading_screen.cpp
index 9ce606863..ae4d4a249 100644
--- a/src/yuzu/loading_screen.cpp
+++ b/src/yuzu/loading_screen.cpp
@@ -56,7 +56,7 @@ QProgressBar::chunk {
56 56
57constexpr const char* PROGRESSBAR_STYLE_COMPLETE = R"( 57constexpr const char* PROGRESSBAR_STYLE_COMPLETE = R"(
58QProgressBar { 58QProgressBar {
59 background-color: black; 59 background-color: #0ab9e6;
60 border: 2px solid white; 60 border: 2px solid white;
61 border-radius: 4px; 61 border-radius: 4px;
62 padding: 2px; 62 padding: 2px;