mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
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>"),
|
create_label (CLUTTER_COLOR_White, "<b>Input field:</b>"),
|
||||||
"row", 0,
|
"row", 0,
|
||||||
"column", 0,
|
"column", 0,
|
||||||
"x-expand", TRUE,
|
"x-expand", FALSE,
|
||||||
"x-align", CLUTTER_TABLE_ALIGNMENT_END,
|
|
||||||
"y-expand", FALSE,
|
"y-expand", FALSE,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
@ -311,8 +310,7 @@ test_text_field_main (gint argc,
|
|||||||
create_label (CLUTTER_COLOR_White, "<b>A very long password field:</b>"),
|
create_label (CLUTTER_COLOR_White, "<b>A very long password field:</b>"),
|
||||||
"row", 1,
|
"row", 1,
|
||||||
"column", 0,
|
"column", 0,
|
||||||
"x-expand", TRUE,
|
"x-expand", FALSE,
|
||||||
"x-align", CLUTTER_TABLE_ALIGNMENT_END,
|
|
||||||
"y-expand", FALSE,
|
"y-expand", FALSE,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user