mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
docs: don't vertically fill statusbar
This commit is contained in:
parent
06186b9a88
commit
db3ef57cf5
@ -1079,7 +1079,7 @@ create_statusbar (void)
|
||||
gtk_container_add (GTK_CONTAINER (align), gtk_label_new ("Status Bar"));
|
||||
gtk_box_pack_start (GTK_BOX (vbox),
|
||||
align,
|
||||
TRUE, TRUE, 0);
|
||||
FALSE, FALSE, 0);
|
||||
widget = gtk_statusbar_new ();
|
||||
align = gtk_alignment_new (0.5, 1.0, 1.0, 0.0);
|
||||
gtk_container_add (GTK_CONTAINER (align), widget);
|
||||
|
Loading…
Reference in New Issue
Block a user