From 09621242f440420e67388c3860ef087405647d7c Mon Sep 17 00:00:00 2001 From: Thanatomanic <6567747+Thanatomanic@users.noreply.github.com> Date: Thu, 13 May 2021 13:01:41 +0200 Subject: [PATCH] Fix forgotten HBox -> Box change in header --- rtgui/spot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/spot.h b/rtgui/spot.h index bbe70469d..db1fdac05 100644 --- a/rtgui/spot.h +++ b/rtgui/spot.h @@ -84,7 +84,7 @@ private: void resetPressed (); protected: - Gtk::HBox* labelBox; + Gtk::Box* labelBox; Gtk::CheckButton* editedCheckBox; Gtk::Label* countLabel; Gtk::ToggleButton* edit;