[Xfce4-commits] [xfce/exo] 17/21: ExoIconChooserDialog: Fix text alignment under icons
noreply at xfce.org
noreply at xfce.org
Tue Jul 12 04:08:09 CEST 2016
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository xfce/exo.
commit 915b9e8cd56172c4a4497dff9813bb903002a3d4
Author: Jonas Kümmerlin <rgcjonas at gmail.com>
Date: Sat Aug 8 19:00:13 2015 +0200
ExoIconChooserDialog: Fix text alignment under icons
---
exo/exo-icon-chooser-dialog.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/exo/exo-icon-chooser-dialog.c b/exo/exo-icon-chooser-dialog.c
index 6d1875d..894a46e 100644
--- a/exo/exo-icon-chooser-dialog.c
+++ b/exo/exo-icon-chooser-dialog.c
@@ -296,6 +296,7 @@ exo_icon_chooser_dialog_init (ExoIconChooserDialog *icon_chooser_dialog)
"wrap-mode", PANGO_WRAP_WORD_CHAR,
"wrap-width", 104,
"xalign", 0.5f,
+ "alignment", PANGO_ALIGN_CENTER,
"yalign", 0.0f,
NULL);
gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (priv->icon_chooser), renderer, FALSE);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list