https://bugs.kde.org/show_bug.cgi?id=433158

--- Comment #4 from ConteZero <contez...@technet.it> ---
I think it's related to changes referenced on
https://bugs.kde.org/show_bug.cgi?id=431819

As a temporary workaround I've added these lines on ~/.config/gtk-3.0/gtk.css

menubar > menuitem, .menubar > menuitem {
  padding: 5px 6px; }
menu menuitem, .menu menuitem {
  padding: 5px 4px; }
modelbutton.flat, popover.background checkbutton.flat,
popover.background radiobutton.flat,
.menuitem.button.flat,
button.button.sidebar-button,
notebook > header > tabs > arrow.button,
popover.background checkbutton.button,
popover.background radiobutton.button {
  padding: 5px 8px; }


With this config the gtk3 menu items are only slightly taller (1 pixel), if I
use a 4px vertical padding then the menu items are slightly shorter (1 pixel).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to