diff options
Diffstat (limited to 'src/resources/gtk/bookmarks-popover.ui')
-rw-r--r-- | src/resources/gtk/bookmarks-popover.ui | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/resources/gtk/bookmarks-popover.ui b/src/resources/gtk/bookmarks-popover.ui index 3e1498d35..64091333c 100644 --- a/src/resources/gtk/bookmarks-popover.ui +++ b/src/resources/gtk/bookmarks-popover.ui @@ -111,9 +111,10 @@ </child> <child> <object class="GtkLabel" id="tag_detail_label"> - <property name="halign">center</property> - <property name="hexpand">true</property> <property name="visible">true</property> + <property name="ellipsize">end</property> + <property name="max-width-chars">0</property> + <property name="hexpand">True</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |