mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 07:34:09 +00:00
Use gtk_button_box_new() instead gtk_[h|v]button_box_new()
This commit is contained in:
parent
dd0ca4dd60
commit
9aedd32e01
@ -234,7 +234,7 @@ dialog_contents (void)
|
||||
|
||||
vbox = gtk_vbox_new (FALSE, 0);
|
||||
|
||||
action_area = gtk_hbutton_box_new ();
|
||||
action_area = gtk_button_box_new (GTK_ORIENTATION_HORIZONTAL);
|
||||
|
||||
gtk_button_box_set_layout (GTK_BUTTON_BOX (action_area),
|
||||
GTK_BUTTONBOX_END);
|
||||
|
Loading…
x
Reference in New Issue
Block a user