[epiphany/wip/exalm/cleanups: 1/13] bookmarks-popover: Fix tag label alignment
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/cleanups: 1/13] bookmarks-popover: Fix tag label alignment
- Date: Mon, 21 Feb 2022 20:20:39 +0000 (UTC)
commit 9f6cae8956468bb23a947693e8bcb05af159d13b
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 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]