summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJiHO <jiho-sf@users.sourceforge.net>2009-05-18 05:28:21 +0000
committerjiho-sf <jiho-sf@users.sourceforge.net>2009-05-18 05:28:21 +0000
commit2cd4ad8fefb06353e828dda5f94182e8703309fd (patch)
tree31cba7534d9dff272692efe3444e7c7b4d96f694 /packaging
parentSlovenian translation update by Martin Srebotnjak (diff)
downloadinkscape-2cd4ad8fefb06353e828dda5f94182e8703309fd.tar.gz
inkscape-2cd4ad8fefb06353e828dda5f94182e8703309fd.zip
Fixes to icon and font sizes
Some icons made smaller (smaller button sizes on OS X) Font size left blank which chooses a good default and should play better with people having custom configuations. (bzr r7905)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc20
1 files changed, 17 insertions, 3 deletions
diff --git a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc
index 9cb74998f..954f370b6 100644
--- a/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc
+++ b/packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc
@@ -500,9 +500,23 @@ widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
-gtk-font-name="Lucida Grande 11"
-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"
+# Not specifying the font size chooses 10
+# OS X uses 11 but due to differences in font smoothing, 10 actually integrates better
+gtk-font-name="Lucida Grande"
+
+# icon sizes: 48, 32, 24 (tango=22), 16
+#
+# gtk-dialog main icon in a dialog box: e.g. alert when file is not saved
+# gtk-dnd icon showed while dragging and dropping (not used on OS X)
+# gtk-button buttons: OK/Cancel dialogs, usually 22 but 16 is more OS X-ish
+# gtk-large-toolbar large toolbar: toolbox
+# gtk-small-toolbar small toolbar: command bar, tools control, snap control
+# gtk-menu menus in applications: File, Edit
+# panel-menu general Application/Places menu (not used on OS X)
+#
+# insckape-decoration layers lock, "affect" icons, etc.
+#
+gtk-icon-sizes = "gtk-dialog=48,48:gtk-button=16,16:gtk-large-toolbar=22,22:gtk-small-toolbar=16,16:gtk-menu=16,16:inkscape-decoration=16,16"
# use OS X default pdf-viewer for print preview
gtk-print-preview-command="/usr/bin/open %f"