The source project of this merge request has been removed.
Fix xfce_titled_dialog action area margin
Button created with xfce_titled_dialog_add_button have smaller margin. xfce_titled_dialog create it's own action_area but not create action_box, and don't apply default margin setting. We can avoid create new action area and using gtk_dialog action area.
Fixes: #93 (closed)
Edited by Gaël Bonithon