From 443101654ea33914bb35080f7f16ee9201644f11 Mon Sep 17 00:00:00 2001 From: EMH-Mark-I Date: Wed, 8 Apr 2020 12:15:06 -0500 Subject: [PATCH] Combobox adjustments --- Theme/Chicago95/gtk-3.0/gtk-combobox.css | 7 ++++--- Theme/Chicago95/gtk-3.24/gtk-combobox.css | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Theme/Chicago95/gtk-3.0/gtk-combobox.css b/Theme/Chicago95/gtk-3.0/gtk-combobox.css index b580246..6de8eaf 100644 --- a/Theme/Chicago95/gtk-3.0/gtk-combobox.css +++ b/Theme/Chicago95/gtk-3.0/gtk-combobox.css @@ -29,9 +29,10 @@ combobox { * combobox button { padding-left: 0px; } - /* The default cellview top or bottom margin will affect the arrow icon scaling in the combobox button. To resolve this, we will add a negative margin. */ - combobox button cellview { - margin-bottom: -1px; } +/* The default cellview top or bottom margin will affect the arrow icon scaling in the combobox button. To resolve this, we will add a negative margin. */ +combobox button cellview { + margin-bottom: -1px; + padding-left: 1px; } /* Combobox entry */ combobox entry { diff --git a/Theme/Chicago95/gtk-3.24/gtk-combobox.css b/Theme/Chicago95/gtk-3.24/gtk-combobox.css index b580246..6de8eaf 100644 --- a/Theme/Chicago95/gtk-3.24/gtk-combobox.css +++ b/Theme/Chicago95/gtk-3.24/gtk-combobox.css @@ -29,9 +29,10 @@ combobox { * combobox button { padding-left: 0px; } - /* The default cellview top or bottom margin will affect the arrow icon scaling in the combobox button. To resolve this, we will add a negative margin. */ - combobox button cellview { - margin-bottom: -1px; } +/* The default cellview top or bottom margin will affect the arrow icon scaling in the combobox button. To resolve this, we will add a negative margin. */ +combobox button cellview { + margin-bottom: -1px; + padding-left: 1px; } /* Combobox entry */ combobox entry {