From 360ffeb6f995fad76a3db4f430dae7d4290b0ab8 Mon Sep 17 00:00:00 2001 From: hawkeyexp Date: Fri, 19 Oct 2018 04:04:03 +0200 Subject: [PATCH] adjust settings menu --- src/autoapp/UI/settingswindow.ui | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/autoapp/UI/settingswindow.ui b/src/autoapp/UI/settingswindow.ui index 225a3b4..a9e657f 100644 --- a/src/autoapp/UI/settingswindow.ui +++ b/src/autoapp/UI/settingswindow.ui @@ -7,7 +7,7 @@ 0 0 800 - 3243 + 3271 @@ -5798,12 +5798,14 @@ QComboBox::item { padding-top: 6px; padding-bottom: 6px; height: 32px; + min-height: 32px; } QComboBox::item:selected { background-color: rgb(78, 154, 6); padding-top: 6px; padding-bottom: 6px; height: 32px; + min-height: 32px; } @@ -5913,12 +5915,14 @@ QComboBox::item { padding-top: 6px; padding-bottom: 6px; height: 32px; + min-height: 32px; } QComboBox::item:selected { background-color: rgb(78, 154, 6); padding-top: 6px; padding-bottom: 6px; height: 32px; + min-height: 32px; } @@ -5978,12 +5982,14 @@ QComboBox::item { padding-top: 6px; padding-bottom: 6px; height: 32px; + min-height: 32px; } QComboBox::item:selected { background-color: rgb(78, 154, 6); padding-top: 6px; padding-bottom: 6px; height: 32px; + min-height: 32px; } @@ -6053,12 +6059,14 @@ QComboBox::item { padding-top: 6px; padding-bottom: 6px; height: 32px; + min-height: 32px; } QComboBox::item:selected { background-color: rgb(78, 154, 6); padding-top: 6px; padding-bottom: 6px; height: 32px; + min-height: 32px; } @@ -6133,12 +6141,14 @@ QComboBox::item { padding-top: 6px; padding-bottom: 6px; height: 32px; + min-height: 32px; } QComboBox::item:selected { background-color: rgb(78, 154, 6); padding-top: 6px; padding-bottom: 6px; height: 32px; + min-height: 32px; }