[gdm] Initialize the alignment as if it was in the grown state
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm] Initialize the alignment as if it was in the grown state
- Date: Tue, 15 Jun 2010 15:09:21 +0000 (UTC)
commit 59525883906e1fe90d9a7f64a0b3c696d11a4948
Author: William Jon McCann <jmccann redhat com>
Date: Mon Jun 14 21:14:24 2010 -0400
Initialize the alignment as if it was in the grown state
gui/simple-greeter/gdm-chooser-widget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gui/simple-greeter/gdm-chooser-widget.c b/gui/simple-greeter/gdm-chooser-widget.c
index e74884b..ed4a3c1 100644
--- a/gui/simple-greeter/gdm-chooser-widget.c
+++ b/gui/simple-greeter/gdm-chooser-widget.c
@@ -1817,7 +1817,7 @@ add_frame (GdmChooserWidget *widget)
gtk_widget_show (widget->priv->frame);
gtk_container_add (GTK_CONTAINER (widget), widget->priv->frame);
- widget->priv->frame_alignment = gtk_alignment_new (0.5, 0.5, 1.0, 1.0);
+ widget->priv->frame_alignment = gtk_alignment_new (0.0, 0.0, 1.0, 1.0);
gtk_widget_show (widget->priv->frame_alignment);
gtk_container_add (GTK_CONTAINER (widget->priv->frame),
widget->priv->frame_alignment);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]