Skip to content

Fix xfce_titled_dialog action area margin

Irfan Bagus requested to merge (removed):master into master

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

Merge request reports