diff options
author | fiaxh <git@lightrise.org> | 2020-04-22 15:44:12 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2020-04-22 15:44:12 +0200 |
commit | 51a23728694a3f1312cc9396fc093ca178457c3c (patch) | |
tree | 321771ae3d807d19387a8656805a648d75347994 /main/data/conversation_content_view | |
parent | 7c4260eed718961874fc0ea665263ea2ce59338b (diff) | |
download | dino-51a23728694a3f1312cc9396fc093ca178457c3c.tar.gz dino-51a23728694a3f1312cc9396fc093ca178457c3c.zip |
Add file upload preview
fixes #756
Diffstat (limited to 'main/data/conversation_content_view')
-rw-r--r-- | main/data/conversation_content_view/image_toolbar.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/data/conversation_content_view/image_toolbar.ui b/main/data/conversation_content_view/image_toolbar.ui index 562f944b..4046658b 100644 --- a/main/data/conversation_content_view/image_toolbar.ui +++ b/main/data/conversation_content_view/image_toolbar.ui @@ -13,7 +13,7 @@ <property name="visible">True</property> <child> <object class="GtkLabel" id="url_label"> - <property name="max_width_chars">25</property> + <property name="max_width_chars">18</property> <property name="ellipsize">middle</property> <property name="hexpand">True</property> <property name="margin-left">5</property> |