[master] Use the default yscale for the HubWindow alignment

David Shea dshea at redhat.com
Thu Oct 31 18:49:17 UTC 2013


Neither of our hubs set the yscale on this child to 0.5, and they look
kinda weird if we did.
---
 widgets/src/glade-adaptor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/widgets/src/glade-adaptor.c b/widgets/src/glade-adaptor.c
index 557937a..edf52da 100644
--- a/widgets/src/glade-adaptor.c
+++ b/widgets/src/glade-adaptor.c
@@ -64,7 +64,7 @@ void anaconda_standalone_window_post_create(GladeWidgetAdaptor *adaptor,
         glade_widget_property_set(alignment_widget, "xalign", 0.5);
         glade_widget_property_set(alignment_widget, "yalign", 0.0);
         glade_widget_property_set(alignment_widget, "xscale", 0.5);
-        glade_widget_property_set(alignment_widget, "yscale", 0.5);
+        glade_widget_property_set(alignment_widget, "yscale", 1.0);
     } else {
         glade_widget_property_set(alignment_widget, "xalign", 0.5);
         glade_widget_property_set(alignment_widget, "yalign", 0.0);
-- 
1.8.3.1



More information about the anaconda-patches mailing list