diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 22:56:55 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 22:56:55 +0200 |
| commit | df69067b78a30010706e10e5f7860f41eecd2d65 (patch) | |
| tree | 966770eb0e92b08263baca25745ffd3ab6125976 /res/widgets/participant_list_row.ui | |
| parent | 9c1a9f41e2cef7f6e151a5f08367607e16d0f908 (diff) | |
| download | turns-df69067b78a30010706e10e5f7860f41eecd2d65.tar.xz turns-df69067b78a30010706e10e5f7860f41eecd2d65.zip | |
app/ui: make row title non-editable
Diffstat (limited to 'res/widgets/participant_list_row.ui')
| -rw-r--r-- | res/widgets/participant_list_row.ui | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/res/widgets/participant_list_row.ui b/res/widgets/participant_list_row.ui index b3cab2e..f1e4fe1 100644 --- a/res/widgets/participant_list_row.ui +++ b/res/widgets/participant_list_row.ui @@ -31,13 +31,12 @@ <property name="orientation">vertical</property> <property name="valign">center</property> <child> - <object class="GtkEditableLabel" id="title"> + <object class="GtkLabel" id="title"> <property name="visible">False</property> + <property name="xalign">0.0</property> <style> <class name="title"/> </style> - <!-- Custom object fragments --> - <property name="sensitive" bind-source="toggle_defeated" bind-property="active" bind-flags="sync-create|invert-boolean"/> </object> </child> <child> |
