mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
Use separators instead of hseparators
This commit is contained in:
parent
41952fd767
commit
d8b3bfe778
@ -2673,7 +2673,7 @@ create_saved_position (GtkWidget *widget)
|
||||
g_object_set_data (G_OBJECT (window), "y", y_label);
|
||||
|
||||
any =
|
||||
g_object_new (gtk_hseparator_get_type (),
|
||||
g_object_new (gtk_separator_get_type (),
|
||||
"GtkWidget::visible", TRUE,
|
||||
NULL);
|
||||
gtk_box_pack_start (GTK_BOX (main_vbox), any, FALSE, TRUE, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user