Răsfoiți Sursa

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 ani în urmă
părinte
comite
11cd83edf5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      UI/data/themes/Default.qss

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

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