[gdm/gnome-2-30] 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/gnome-2-30] Initialize the alignment as if it was in the grown state
- Date: Tue, 15 Jun 2010 15:10:04 +0000 (UTC)
commit 2fea9f2deb183f4db67d84b185dae7300ddbf56b
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 7123b80..d0ea18c 100644
--- a/gui/simple-greeter/gdm-chooser-widget.c
+++ b/gui/simple-greeter/gdm-chooser-widget.c
@@ -1808,7 +1808,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]