CallHistory: Disable selecting/activating rows and ellipzise

This makes the name in each row ellipzise in the middle.

Signed-off-by: Julian Sparber <julian@sparber.net>
This commit is contained in:
Julian Sparber
2020-02-28 20:34:28 +01:00
parent a14f3fd7a0
commit a91da3f84b
3 changed files with 84 additions and 75 deletions

View File

@@ -39,7 +39,7 @@
struct _CallsCallRecordRow
{
GtkOverlay parent_instance;
GtkListBoxRow parent_instance;
GtkImage *avatar;
GtkImage *type;
@@ -57,7 +57,7 @@ struct _CallsCallRecordRow
CallsNewCallBox *new_call;
};
G_DEFINE_TYPE (CallsCallRecordRow, calls_call_record_row, GTK_TYPE_BOX);
G_DEFINE_TYPE (CallsCallRecordRow, calls_call_record_row, GTK_TYPE_LIST_BOX_ROW)
enum {