From 5155569a691805b0e1e3b7e3b049da543d07e1a9 Mon Sep 17 00:00:00 2001 From: zvon Date: Sat, 18 Jan 2020 22:43:55 +0100 Subject: [PATCH] SeasonWindow: added TODO --- seasonwindow.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/seasonwindow.hpp b/seasonwindow.hpp index 4b7de80..b238a80 100644 --- a/seasonwindow.hpp +++ b/seasonwindow.hpp @@ -25,6 +25,7 @@ protected: Gtk::Label m_label; + // TODO maybe use grid Gtk::Layout m_layout; std::vector< Gtk::CheckButton > m_checks;