From 11cd83edf552e9acb095cb08d79f0403144d6a89 Mon Sep 17 00:00:00 2001 From: Clayton Groeneveld Date: Thu, 13 Sep 2018 19:43:02 -0500 Subject: [PATCH] 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. --- UI/data/themes/Default.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/data/themes/Default.qss b/UI/data/themes/Default.qss index 6dbe2484f..c5a010ab5 100644 --- a/UI/data/themes/Default.qss +++ b/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 */