mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
testgtk: Remove non-existing property from frame constructor
This commit is contained in:
parent
38c932ace6
commit
87940287aa
@ -5147,7 +5147,6 @@ create_cursors (GtkWidget *widget)
|
|||||||
|
|
||||||
frame =
|
frame =
|
||||||
g_object_new (gtk_frame_get_type (),
|
g_object_new (gtk_frame_get_type (),
|
||||||
"GtkFrame::shadow", GTK_SHADOW_ETCHED_IN,
|
|
||||||
"GtkFrame::label_xalign", 0.5,
|
"GtkFrame::label_xalign", 0.5,
|
||||||
"GtkFrame::label", "Cursor Area",
|
"GtkFrame::label", "Cursor Area",
|
||||||
"GtkContainer::border_width", 10,
|
"GtkContainer::border_width", 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user