From df69067b78a30010706e10e5f7860f41eecd2d65 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 14 Jul 2024 22:56:55 +0200 Subject: app/ui: make row title non-editable --- app/include/turns/app/widgets/participant_list_row.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/include') diff --git a/app/include/turns/app/widgets/participant_list_row.hpp b/app/include/turns/app/widgets/participant_list_row.hpp index f282992..2e3b176 100644 --- a/app/include/turns/app/widgets/participant_list_row.hpp +++ b/app/include/turns/app/widgets/participant_list_row.hpp @@ -7,7 +7,6 @@ #include #include -#include #include #include #include @@ -36,7 +35,7 @@ namespace turns::app::widgets Gtk::Button * m_delete; Gtk::Button * m_edit; Gtk::Label * m_subtitle; - Gtk::EditableLabel * m_title; + Gtk::Label * m_title; Gtk::ToggleButton * m_toggle_defeated; }; } // namespace turns::app::widgets -- cgit v1.2.3