Revert "app/widgets: Add spacing between actions buttons in GimpOverlayDialog"
This reverts commit 3f399fd24c.
As discussed in MR !2531, let's reimplement this as CSS at least!
This commit is contained in:
parent
3f399fd24c
commit
e607efa99a
1 changed files with 0 additions and 1 deletions
|
|
@ -195,7 +195,6 @@ gimp_overlay_dialog_init (GimpOverlayDialog *dialog)
|
|||
dialog->action_area = gtk_button_box_new (GTK_ORIENTATION_HORIZONTAL);
|
||||
gtk_button_box_set_layout (GTK_BUTTON_BOX (dialog->action_area),
|
||||
GTK_BUTTONBOX_CENTER);
|
||||
gtk_box_set_spacing (GTK_BOX (dialog->action_area), 4);
|
||||
gtk_widget_set_parent (dialog->action_area, GTK_WIDGET (dialog));
|
||||
gtk_widget_show (dialog->action_area);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue