Browse Source

loading_screen: Unchunk progress bar

pull/15/merge
ReinUsesLisp 7 years ago
parent
commit
bd928e70ed
  1. 2
      src/yuzu/loading_screen.cpp

2
src/yuzu/loading_screen.cpp

@ -43,6 +43,7 @@ QProgressBar {
}
QProgressBar::chunk {
background-color: #0ab9e6;
width: 1px;
})";
constexpr const char PROGRESSBAR_STYLE_BUILD[] = R"(
@ -54,6 +55,7 @@ QProgressBar {
}
QProgressBar::chunk {
background-color: #ff3c28;
width: 1px;
})";
constexpr const char PROGRESSBAR_STYLE_COMPLETE[] = R"(

Loading…
Cancel
Save