Closed danirabbit closed 9 months ago
I just came across the same dropdown resizing issue in another part in settings. A possible solution would be something like this:
var size_group = new Gtk.SizeGroup (HORIZONTAL);
size_group.add_widget (drop_down.get_first_child ()); //The toggle button
size_group.add_widget (drop_down.get_last_child ().get_first_child ()); //The popover
Would this be accepted?
Yeah I didn't make a huge effort here because the alignment of this whole view is pretty fucky so I'll need to come back later after everything is updated to fix things. But yeah I think a sizegroup is needed here
@jeremypw reverted layout changes! I'll deal with those as a group in another branch
This doesn't need to be a whole widget for a simple dropdown. Fixes deprecation warning and set mnemonic widget for the screen reader