[Xfce4-commits] [xfce/exo] 01/01: Fix vertical alignment of options in preferred applications
noreply at xfce.org
noreply at xfce.org
Tue Aug 30 02:53:41 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 63a9f5d5fa16c598d888ee017714dd0b8548bab6
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Mon Aug 29 20:53:36 2016 -0400
Fix vertical alignment of options in preferred applications
---
exo-helper/exo-helper-chooser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exo-helper/exo-helper-chooser.c b/exo-helper/exo-helper-chooser.c
index 19f9ffb..fadf89b 100644
--- a/exo-helper/exo-helper-chooser.c
+++ b/exo-helper/exo-helper-chooser.c
@@ -159,7 +159,7 @@ exo_helper_chooser_init (ExoHelperChooser *chooser)
gtk_box_pack_start (GTK_BOX (hbox), chooser->image, FALSE, FALSE, 0);
gtk_widget_show (chooser->image);
- chooser->label = g_object_new (GTK_TYPE_LABEL, "xalign", 0.0f, "yalign", 0.0f, NULL);
+ chooser->label = g_object_new (GTK_TYPE_LABEL, "xalign", 0.0f, "yalign", 0.5f, NULL);
gtk_box_pack_start (GTK_BOX (hbox), chooser->label, TRUE, TRUE, 0);
gtk_widget_show (chooser->label);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list