test-text-field: Do not expand the labels
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 21 Dec 2010 10:51:39 +0000 (10:51 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 21 Dec 2010 10:51:39 +0000 (10:51 +0000)
tests/interactive/test-text-field.c

index c267237..05b7195 100644 (file)
@@ -293,8 +293,7 @@ test_text_field_main (gint    argc,
                     create_label (CLUTTER_COLOR_White, "<b>Input field:</b>"),
                     "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, "<b>A very long password field:</b>"),
                     "row", 1,
                     "column", 0,
-                    "x-expand", TRUE,
-                    "x-align", CLUTTER_TABLE_ALIGNMENT_END,
+                    "x-expand", FALSE,
                     "y-expand", FALSE,
                     NULL);