Fix instance of deprecated HBox

This commit is contained in:
Thanatomanic 2021-05-13 12:34:27 +02:00
parent aa7d635f29
commit bb623d3a02

View File

@ -54,7 +54,7 @@ Spot::Spot() :
reset->set_border_width (0);
reset->signal_clicked().connect ( sigc::mem_fun (*this, &Spot::resetPressed) );
labelBox = Gtk::manage (new Gtk::HBox());
labelBox = Gtk::manage (new Gtk::Box());
labelBox->set_spacing (2);
labelBox->pack_start (*countLabel, false, false, 0);
labelBox->pack_end (*edit, false, false, 0);