[epiphany/wip/exalm/gtk4: 3/14] bookmarks-popover: Fix tag label alignment
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/gtk4: 3/14] bookmarks-popover: Fix tag label alignment
- Date: Mon, 21 Feb 2022 12:16:38 +0000 (UTC)
commit c352bcc35f40f1b82d194f49c672c4b80aa67b52
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Feb 21 13:12:17 2022 +0500
bookmarks-popover: Fix tag label alignment
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 4d5077d2d..bacf5e2ac 100644
--- a/src/bookmarks/ephy-bookmarks-popover.c
+++ b/src/bookmarks/ephy-bookmarks-popover.c
@@ -238,6 +238,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]