소스 검색

Change the background color of Stage Complete to yuzu blue

James Rowe 7 년 전
부모
커밋
636cc2a496
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/yuzu/loading_screen.cpp

+ 1 - 1
src/yuzu/loading_screen.cpp

@@ -56,7 +56,7 @@ QProgressBar::chunk {
 
 constexpr const char* PROGRESSBAR_STYLE_COMPLETE = R"(
 QProgressBar {
-  background-color: black;
+  background-color: #0ab9e6;
   border: 2px solid white;
   border-radius: 4px;
   padding: 2px;