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:
parent
b5d661076d
commit
f7e362d87b
2 changed files with 12 additions and 1 deletions
|
@ -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>
|
2005-08-21 Rodney Dawes <dobey@novell.com>
|
||||||
|
|
||||||
* gnome-wp-capplet.c (gnome_wp_option_menu_set): If the value for
|
* gnome-wp-capplet.c (gnome_wp_option_menu_set): If the value for
|
||||||
|
|
|
@ -919,7 +919,11 @@ static void wallpaper_properties_init (poptContext ctx) {
|
||||||
gtk_rc_parse_string ("style \"wp-tree-defaults\" {\n"
|
gtk_rc_parse_string ("style \"wp-tree-defaults\" {\n"
|
||||||
" GtkTreeView::horizontal-separator = 6\n"
|
" GtkTreeView::horizontal-separator = 6\n"
|
||||||
"} widget_class \"*TreeView*\""
|
"} 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);
|
capplet = g_new0 (GnomeWPCapplet, 1);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue