summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2021-01-28 03:00:36 +0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2021-01-28 14:42:55 +0000
commit16342c1cf784a42ee18ce7193b03c653d63dbadf (patch)
tree58a0b8ae271037a34a47522d467af82b03142590
parent6e5720c68386ae8dddbb8c7bc9eed86cfae65338 (diff)
downloadepiphany-16342c1cf784a42ee18ce7193b03c653d63dbadf.tar.gz
bookmarks-properties-grid: Center-align the close button
-rw-r--r--src/bookmarks/ephy-bookmark-properties-grid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-bookmark-properties-grid.c b/src/bookmarks/ephy-bookmark-properties-grid.c
index 9cc866db7..6b3e60304 100644
--- a/src/bookmarks/ephy-bookmark-properties-grid.c
+++ b/src/bookmarks/ephy-bookmark-properties-grid.c
@@ -198,6 +198,7 @@ ephy_bookmark_properties_grid_create_tag_widget (EphyBookmarkPropertiesGrid *sel
gtk_button_set_image (GTK_BUTTON (button),
gtk_image_new_from_icon_name ("window-close-symbolic",
GTK_ICON_SIZE_MENU));
+ gtk_widget_set_valign (button, GTK_ALIGN_CENTER);
gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
gtk_widget_set_can_focus (button, FALSE);
gtk_box_pack_end (GTK_BOX (box), button, FALSE, FALSE, 0);