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);
|
g_object_set_data (G_OBJECT (window), "y", y_label);
|
||||||
|
|
||||||
any =
|
any =
|
||||||
g_object_new (gtk_hseparator_get_type (),
|
g_object_new (gtk_separator_get_type (),
|
||||||
"GtkWidget::visible", TRUE,
|
"GtkWidget::visible", TRUE,
|
||||||
NULL);
|
NULL);
|
||||||
gtk_box_pack_start (GTK_BOX (main_vbox), any, FALSE, TRUE, 0);
|
gtk_box_pack_start (GTK_BOX (main_vbox), any, FALSE, TRUE, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user