Gtk::ComboBoxText to big (GTK3)

I set a small font on my Gtk::ComboBoxText control but still the control is WAY to much big.

Like to much spacing between the font and border also the button is way to big. How to correct this with CSS?

I use this with 2 different font size, but for the smaller one, it really need to be smaller. The font change but the overall look of the control stay the same, never change…

Any help would be appreciated!

Thanks!

Check min-height and stuff using the GTK Inspector.

1 Like

Thank I did not this tool, I will take a look! I’m new to building app to linux :slight_smile:

it seam you cannot resize the entry, I don’t see any height related size, with the min-height on the entry, it is not working, not quite sure we can change this?

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