From 91cc8edba12c0e43ba69b055e5b46394b9d51917 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 21 Dec 2010 10:51:39 +0000 Subject: [PATCH] test-text-field: Do not expand the labels --- tests/interactive/test-text-field.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/interactive/test-text-field.c b/tests/interactive/test-text-field.c index c267237de..05b7195e4 100644 --- a/tests/interactive/test-text-field.c +++ b/tests/interactive/test-text-field.c @@ -293,8 +293,7 @@ test_text_field_main (gint argc, create_label (CLUTTER_COLOR_White, "Input field:"), "row", 0, "column", 0, - "x-expand", TRUE, - "x-align", CLUTTER_TABLE_ALIGNMENT_END, + "x-expand", FALSE, "y-expand", FALSE, NULL); @@ -311,8 +310,7 @@ test_text_field_main (gint argc, create_label (CLUTTER_COLOR_White, "A very long password field:"), "row", 1, "column", 0, - "x-expand", TRUE, - "x-align", CLUTTER_TABLE_ALIGNMENT_END, + "x-expand", FALSE, "y-expand", FALSE, NULL);