Code

Fix bug 263932: print preview on OS X
[inkscape.git] / packaging / macosx / Resources / themes / Clearlooks-Quicksilver-OSX / gtk-2.0 / pre_gtkrc
index 0361782447cb9cc2ba048909470df90c7f37e3d0..181e5203928270510f6d3cfbd3250ee2c75aa2fc 100644 (file)
@@ -56,6 +56,7 @@ style "clearlooks-default"
        progressbarstyle        = 0             # 0 = candy bar, 1 = flat
        }
 }
+       
 
 style "clearlooks-wide" = "clearlooks-default"
 {
@@ -96,6 +97,9 @@ style "clearlooks-menu-item" = "clearlooks-default"
        ythickness = 3
        fg[PRELIGHT] = "#ffffff"
        text[PRELIGHT] = "#ffffff"
+       # We want PRELIGHT to be white for widgets, but coloured for the menu.
+       bg[PRELIGHT]            = OSX_MENU_COLOR_PLACEHOLDER
+
 }
 
 style "clearlooks-menu-itembar" = "clearlooks-default"
@@ -500,3 +504,5 @@ gtk-font-name="Lucida Grande 12"
 gtk-icon-theme-name = "gnome"
 gtk-icon-sizes = "gtk-menu=16,16:gtk-dialog=48,48:gtk-dnd=32,32:gtk-button=20,20:gtk-large-toolbar=24,24:gtk-small-toolbar=16,16:inkscape-decoration=12,12"
 
+# use OS X default pdf-viewer for print preview
+gtk-print-preview-command="/usr/bin/open %f"