add todo setup
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
#include <gtkmm/label.h>
|
||||
|
||||
#include "widgets/todo.hpp"
|
||||
|
||||
Todo::Todo(std::string icon, std::string title) : Popover(icon, title) {
|
||||
auto label = Gtk::make_managed<Gtk::Label>(title);
|
||||
label->add_css_class("todo-label");
|
||||
this->set_popover_child(*label);
|
||||
}
|
||||
Reference in New Issue
Block a user