native-layout: Change test-case so that it is more obvious that the algorithm tries to show as many

widgets with full size as possible.
This commit is contained in:
Johannes Schmid 2009-12-14 17:24:52 +01:00
parent 24c1a4f24b
commit 21ebf5df86

View File

@ -63,7 +63,7 @@ main (int argc,
for (x = 0; x < G_N_ELEMENTS (groups); ++x)
{
gchar *text = g_strdup_printf ("Label #%.0f.%d", pow(10, y), x + 1);
gchar *text = g_strdup_printf ("Label #%.0f.%.0f", pow(10, y), pow(10,x));
GtkWidget *label = gtk_label_new (text);
g_free (text);