From 538ab75002dc9c6c05b7b5022d399cd98f06c8d6 Mon Sep 17 00:00:00 2001 From: nana-4 Date: Mon, 18 May 2020 21:52:00 +0900 Subject: [PATCH] Adwaita: Align combo menu labels with the combo button label Apply the same left and right padding to the combo menu items as the combo button. --- gtk/theme/Adwaita/_common.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index ab39887d49..410d4509ef 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1237,6 +1237,12 @@ combobox { min-width: 16px; } + // align menu labels with the button label + > popover.menu > contents modelbutton { + padding-left: 9px; + padding-right: 9px; + } + &.linked { button:nth-child(2) { &:dir(ltr) { @extend %linked_not_left; }