[epiphany/gnome-42] bookmarks-popover: Fix tag label alignment



commit c8cd53ce8d54e0eea2c44bbc2405ae1d54e191b2
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Feb 21 13:12:17 2022 +0500

    bookmarks-popover: Fix tag label alignment
    
    Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1074>

 src/bookmarks/ephy-bookmarks-popover.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/bookmarks/ephy-bookmarks-popover.c b/src/bookmarks/ephy-bookmarks-popover.c
index 65ebccb80..ee0897f35 100644
--- a/src/bookmarks/ephy-bookmarks-popover.c
+++ b/src/bookmarks/ephy-bookmarks-popover.c
@@ -244,6 +244,7 @@ create_tag_row (const char *tag)
   label = gtk_label_new (tag);
 
   gtk_widget_set_hexpand (label, TRUE);
+  gtk_label_set_xalign (GTK_LABEL (label), 0);
   gtk_label_set_ellipsize (GTK_LABEL (label), PANGO_ELLIPSIZE_END);
 
   gtk_box_pack_start (GTK_BOX (box), image, FALSE, TRUE, 0);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]