summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-01-21 20:38:37 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-02-07 02:23:40 +0100
commitbd928e70edb5ae96ecdfd04edf217e7f504e6f7d (patch)
tree0cfca97fa904a4ddfdacf6e9918d9231dc521cec
parentgl_shader_cache: Link loading screen with disk shader cache load (diff)
downloadyuzu-bd928e70edb5ae96ecdfd04edf217e7f504e6f7d.tar
yuzu-bd928e70edb5ae96ecdfd04edf217e7f504e6f7d.tar.gz
yuzu-bd928e70edb5ae96ecdfd04edf217e7f504e6f7d.tar.bz2
yuzu-bd928e70edb5ae96ecdfd04edf217e7f504e6f7d.tar.lz
yuzu-bd928e70edb5ae96ecdfd04edf217e7f504e6f7d.tar.xz
yuzu-bd928e70edb5ae96ecdfd04edf217e7f504e6f7d.tar.zst
yuzu-bd928e70edb5ae96ecdfd04edf217e7f504e6f7d.zip
-rw-r--r--src/yuzu/loading_screen.cpp4
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 {
}
QProgressBar::chunk {
background-color: #0ab9e6;
+ width: 1px;
})";
constexpr const char PROGRESSBAR_STYLE_BUILD[] = R"(
@@ -53,7 +54,8 @@ QProgressBar {
padding: 2px;
}
QProgressBar::chunk {
- background-color: #ff3c28;
+ background-color: #ff3c28;
+ width: 1px;
})";
constexpr const char PROGRESSBAR_STYLE_COMPLETE[] = R"(