[maemo-commits] [maemo-commits] r12847 - in projects/haf/trunk/hildon-1: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jul 26 14:18:53 EEST 2007
Author: mdk
Date: 2007-07-26 14:18:51 +0300 (Thu, 26 Jul 2007)
New Revision: 12847

Modified:
   projects/haf/trunk/hildon-1/ChangeLog
   projects/haf/trunk/hildon-1/src/hildon-code-dialog.c
Log:
Fixing the dialog button alignment inside the code dialog. Fixes NB#64355.


Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2007-07-25 15:52:25 UTC (rev 12846)
+++ projects/haf/trunk/hildon-1/ChangeLog	2007-07-26 11:18:51 UTC (rev 12847)
@@ -1,3 +1,8 @@
+2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* src/hildon-code-dialog.c: Fixing the dialog button alignment inside the
+	code dialog. Fixes NB#64355.
+
 2007-07-25  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after

Modified: projects/haf/trunk/hildon-1/src/hildon-code-dialog.c
===================================================================
--- projects/haf/trunk/hildon-1/src/hildon-code-dialog.c	2007-07-25 15:52:25 UTC (rev 12846)
+++ projects/haf/trunk/hildon-1/src/hildon-code-dialog.c	2007-07-26 11:18:51 UTC (rev 12847)
@@ -277,7 +277,7 @@
     gtk_container_add (GTK_CONTAINER (priv->buttons[3][2]), image1);
     dialog_action_area1 = GTK_DIALOG (dialog)->action_area;
     gtk_button_box_set_layout (GTK_BUTTON_BOX (dialog_action_area1),
-            GTK_BUTTONBOX_END);
+            GTK_BUTTONBOX_CENTER);
 
     okButton = gtk_dialog_add_button (GTK_DIALOG (dialog) ,DEVICELOCK_OK,
             GTK_RESPONSE_OK);


More information about the maemo-commits mailing list