forked from AuroraMiddleware/gtk
Fixed extended layout test to compile without the gtk_label_set_fullsize() api.
This commit is contained in:
parent
e8a365ce36
commit
33039c1452
@ -977,8 +977,8 @@ size_for_allocation_test_new (TestSuite *suite,
|
||||
gtk_table_attach (GTK_TABLE (container), child, i, i + 1, 0, 1,
|
||||
GTK_FILL, GTK_EXPAND|GTK_FILL, 0, 0);
|
||||
|
||||
if (i > 0)
|
||||
gtk_label_set_full_size (GTK_LABEL (child), TRUE);
|
||||
/* if (i > 0) */
|
||||
/* gtk_label_set_full_size (GTK_LABEL (child), TRUE); */
|
||||
|
||||
if (i > 2)
|
||||
gtk_label_set_angle (GTK_LABEL (child), vertical ? 180 : 270);
|
||||
|
Loading…
Reference in New Issue
Block a user