test-text-field: Do not expand the labels
This commit is contained in:
parent
605e8d6fb5
commit
91cc8edba1
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user