astroidmail / astroid

A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch
http://astroidmail.github.io
Other
606 stars 65 forks source link

Stop using deprecated Gtk::HBox #754

Closed ibuclaw closed 1 month ago

ibuclaw commented 1 month ago

GtkHBox has been deprecated since GTK 3.2. No further changes are needed, since the default value of the GtkOrientable:orientation property is GTK_ORIENTATION_HORIZONTAL.

(See: https://docs.gtk.org/gtk3/class.HBox.html)

jorsn commented 1 month ago

Thanks!