astroidmail / astroid

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

Stop using deprecated Gtk::HBox #754

Closed ibuclaw closed 5 months ago

ibuclaw commented 5 months 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 5 months ago

Thanks!