Skip to content

Commit

Permalink
Stop using deprecated Gtk::HBox
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ibuclaw authored and jorsn committed Jun 14, 2024
1 parent c1e5cdb commit e7f9c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main_window.hh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace Astroid {
static int icon_size;

private:
Gtk::HBox icons;
Gtk::Box icons;
Gtk::Spinner poll_spinner;
bool spinner_on = false;

Expand Down

0 comments on commit e7f9c84

Please sign in to comment.