From c5c5786c8da25d35adf04981184d49157c3e6052 Mon Sep 17 00:00:00 2001 From: Shane Synan Date: Wed, 13 Jul 2016 11:13:02 -0400 Subject: [PATCH] Add spacers to Chat View Colors settings page Add horizontal and vertical spacers to Custom Colors and Use Sender Coloring on Chat View Colors settings page. Adjust the grid layout to maintain similar spacing as prior. This keeps it from stretching across the entire screen when the settings dialog is very wide (e.g. maximized). Resolves GH-185. --- .../chatviewcolorsettingspage.ui | 42 ++++++++++++++++++- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/src/qtui/settingspages/chatviewcolorsettingspage.ui b/src/qtui/settingspages/chatviewcolorsettingspage.ui index 3070a3a6..17a19cf3 100644 --- a/src/qtui/settingspages/chatviewcolorsettingspage.ui +++ b/src/qtui/settingspages/chatviewcolorsettingspage.ui @@ -7,7 +7,7 @@ 0 0 486 - 398 + 428 @@ -51,6 +51,9 @@ false + + 12 + @@ -128,9 +131,12 @@ Qt::Horizontal + + QSizePolicy::Preferred + - 134 + 124 20 @@ -304,6 +310,19 @@ + + + + Qt::Horizontal + + + + 1 + 1 + + + + @@ -330,6 +349,12 @@ + + 30 + + + 12 + @@ -602,6 +627,19 @@ + + + + Qt::Horizontal + + + + 0 + 0 + + + + -- 2.20.1