Set the style property "action-area-border" for the GtkDialogs here

2005-09-06  Rodney Dawes  <dobey@novell.com>

	* gnome-wp-capplet.c (wallpaper_properties_init): Set the style
	property "action-area-border" for the GtkDialogs here

	"Fixes" #313680
This commit is contained in:
Rodney Dawes 2005-09-06 21:49:45 +00:00 committed by Rodney Dawes
parent b5d661076d
commit f7e362d87b
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2005-09-06 Rodney Dawes <dobey@novell.com>
* 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 <dobey@novell.com>
* gnome-wp-capplet.c (gnome_wp_option_menu_set): If the value for

View file

@ -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);