소스 검색

UI: Change about dialog bottom color (light theme)

This changes the bottom area color for the about dialog
for the light theme. This color makes it more consistent
for the theme.
Clayton Groeneveld 7 년 전
부모
커밋
11cd83edf5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      UI/data/themes/Default.qss

+ 1 - 1
UI/data/themes/Default.qss

@@ -133,7 +133,7 @@ QLabel#errorLabel {
 }
 
 * [themeID="aboutHLayout"] {
-	background-color: rgb(169, 169, 169);
+	background-color: #DCD9D7;
 }
 
 /* Preview background color */