diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/loading_screen.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/yuzu/loading_screen.cpp b/src/yuzu/loading_screen.cpp index 907aac4f1..86f6d0165 100644 --- a/src/yuzu/loading_screen.cpp +++ b/src/yuzu/loading_screen.cpp | |||
| @@ -43,6 +43,7 @@ QProgressBar { | |||
| 43 | } | 43 | } |
| 44 | QProgressBar::chunk { | 44 | QProgressBar::chunk { |
| 45 | background-color: #0ab9e6; | 45 | background-color: #0ab9e6; |
| 46 | width: 1px; | ||
| 46 | })"; | 47 | })"; |
| 47 | 48 | ||
| 48 | constexpr const char PROGRESSBAR_STYLE_BUILD[] = R"( | 49 | constexpr const char PROGRESSBAR_STYLE_BUILD[] = R"( |
| @@ -53,7 +54,8 @@ QProgressBar { | |||
| 53 | padding: 2px; | 54 | padding: 2px; |
| 54 | } | 55 | } |
| 55 | QProgressBar::chunk { | 56 | QProgressBar::chunk { |
| 56 | background-color: #ff3c28; | 57 | background-color: #ff3c28; |
| 58 | width: 1px; | ||
| 57 | })"; | 59 | })"; |
| 58 | 60 | ||
| 59 | constexpr const char PROGRESSBAR_STYLE_COMPLETE[] = R"( | 61 | constexpr const char PROGRESSBAR_STYLE_COMPLETE[] = R"( |