diff options
Diffstat (limited to 'app/src')
| -rw-r--r-- | app/src/widgets/participant_list_row.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/widgets/participant_list_row.cpp b/app/src/widgets/participant_list_row.cpp index 11715d3..94350f8 100644 --- a/app/src/widgets/participant_list_row.cpp +++ b/app/src/widgets/participant_list_row.cpp @@ -21,7 +21,7 @@ namespace turns::app::widgets m_delete = get_widget<Gtk::Button>("delete"); m_edit = get_widget<Gtk::Button>("edit"); m_subtitle = get_widget<Gtk::Label>("subtitle"); - m_title = get_widget<Gtk::EditableLabel>("title"); + m_title = get_widget<Gtk::Label>("title"); m_toggle_defeated = get_widget<Gtk::ToggleButton>("toggle_defeated"); signal_map().connect([this]{ |
