Fixing the dialog button alignment inside the code dialog. Fixes NB#64355.
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Thu, 26 Jul 2007 11:18:51 +0000 (11:18 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Thu, 26 Jul 2007 11:18:51 +0000 (11:18 +0000)
ChangeLog
src/hildon-code-dialog.c

index 900683a..46e4e83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-26  Michael Dominic Kostrzewa  <michael.kostrzewa@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@nokia.com> 
 
        * src/hildon-wizard-dialog.c: Don't call the _set_sensitivity again after
index f0de717..c36af34 100644 (file)
@@ -277,7 +277,7 @@ hildon_code_dialog_init                         (HildonCodeDialog *dialog)
     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);