diff options
Diffstat (limited to 'res/widgets/participant_list_row.ui')
| -rw-r--r-- | res/widgets/participant_list_row.ui | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/res/widgets/participant_list_row.ui b/res/widgets/participant_list_row.ui index 66506c8..c0e3895 100644 --- a/res/widgets/participant_list_row.ui +++ b/res/widgets/participant_list_row.ui @@ -32,15 +32,14 @@ <property name="orientation">vertical</property> <property name="valign">center</property> <child> - <object class="GtkLabel" id="title"> - <property name="lines">0</property> + <object class="GtkEditableLabel" id="title"> + <property name="editable">False</property> <property name="visible">False</property> - <property name="wrap">True</property> - <property name="wrap-mode">word-char</property> - <property name="xalign">0.0</property> <style> <class name="title"/> </style> + <!-- Custom object fragments --> + <property name="editable" bind-source="edit" bind-property="active" bind-flags="sync-create"/> </object> </child> <child> @@ -64,7 +63,16 @@ <object class="GtkBox" id="suffixes"> <property name="valign">center</property> <child> - <object class="GtkSwitch"/> + <object class="GtkToggleButton" id="edit"> + <property name="icon-name">document-edit-symbolic</property> + <!-- Custom object fragments --> + <property name="active" bind-source="title" bind-property="editing" bind-flags="sync-create"/> + </object> + </child> + <child> + <object class="GtkSwitch"> + <property name="valign">center</property> + </object> </child> <style> <class name="suffixes"/> |
