mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
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:
parent
24c1a4f24b
commit
21ebf5df86
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user