You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've lost Gtk.ButtonBox in GTK4 which provided us with some convenient properties.
Proposal
It might be worth seeing how many times we previously used ButtonBox and if it's worth providing either a Granite.ButtonBox widget or a buttonbox style class so we at least don't have to duplicate CSS for setting spacing between children
Prior Art (Optional)
No response
The text was updated successfully, but these errors were encountered:
Just wanted to also note that ActionBar might be a better widget here than Box to use for this purpose with a button-box style since it has start, end, and center packing and we wouldn't need spacer widgets. Not sure if it's children are homogeneous so worth checking and comparing
Problem
We've lost Gtk.ButtonBox in GTK4 which provided us with some convenient properties.
Proposal
It might be worth seeing how many times we previously used ButtonBox and if it's worth providing either a Granite.ButtonBox widget or a
buttonbox
style class so we at least don't have to duplicate CSS for setting spacing between childrenPrior Art (Optional)
No response
The text was updated successfully, but these errors were encountered: