From f7e362d87bef23d43d38b5f1fcd7ce0ba79e3d4d Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Tue, 6 Sep 2005 21:49:45 +0000 Subject: [PATCH] Set the style property "action-area-border" for the GtkDialogs here 2005-09-06 Rodney Dawes * gnome-wp-capplet.c (wallpaper_properties_init): Set the style property "action-area-border" for the GtkDialogs here "Fixes" #313680 --- capplets/background/ChangeLog | 7 +++++++ capplets/background/gnome-wp-capplet.c | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/capplets/background/ChangeLog b/capplets/background/ChangeLog index 42c1103de..ca9c016ec 100644 --- a/capplets/background/ChangeLog +++ b/capplets/background/ChangeLog @@ -1,3 +1,10 @@ +2005-09-06 Rodney Dawes + + * gnome-wp-capplet.c (wallpaper_properties_init): Set the style + property "action-area-border" for the GtkDialogs here + + "Fixes" #313680 + 2005-08-21 Rodney Dawes * gnome-wp-capplet.c (gnome_wp_option_menu_set): If the value for diff --git a/capplets/background/gnome-wp-capplet.c b/capplets/background/gnome-wp-capplet.c index d00d12f63..271d03ec4 100644 --- a/capplets/background/gnome-wp-capplet.c +++ b/capplets/background/gnome-wp-capplet.c @@ -919,7 +919,11 @@ static void wallpaper_properties_init (poptContext ctx) { gtk_rc_parse_string ("style \"wp-tree-defaults\" {\n" " GtkTreeView::horizontal-separator = 6\n" "} widget_class \"*TreeView*\"" - " style \"wp-tree-defaults\""); + " style \"wp-tree-defaults\"\n" + "style \"wp-dialog-defaults\" {\n" + " GtkDialog::action-area-border = 12\n" + "} widget_class \"*Dialog*\"" + " style \"wp-dialog-defaults\"\n"); capplet = g_new0 (GnomeWPCapplet, 1);