GTK3 theming - popup window positioning

Hi, is there a way to control where a “popup” class GtkWindow appears, for example on a ComboBox or the MenuItems under a MenuBar? Settings like “margin” don’t seem to be respected here, and the only workaround I’ve found involves transparent border images and padding, which isn’t ideal.

For example, on a theme I’m working on, clicking on a MenuItem on a MenuBar creates the popup window a few pixels over the originating MenuItem, instead of lined up with its lower edge.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.