diff options
| author | 2019-01-20 19:14:14 -0700 | |
|---|---|---|
| committer | 2019-01-20 19:14:14 -0700 | |
| commit | 636cc2a4964f99bfa2d5ca12baf10357cf80ba8d (patch) | |
| tree | 1d126c25f76aaa0d65b0004d9f235340f1288977 /src | |
| parent | Rename step 1 and step 2 to be a little more descriptive (diff) | |
| download | yuzu-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.cpp | 2 |
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 | ||
| 57 | constexpr const char* PROGRESSBAR_STYLE_COMPLETE = R"( | 57 | constexpr const char* PROGRESSBAR_STYLE_COMPLETE = R"( |
| 58 | QProgressBar { | 58 | QProgressBar { |
| 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; |