From 0af6bbcbadf6945fc0e763053883b27bb965a63c Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 23 Mar 2006 12:13:09 +0000 Subject: [PATCH] commented out the hardcoded font setting. It's just wrong to do this until 2006-03-23 Sven Neumann * themes/Small/gtkrc: commented out the hardcoded font setting. It's just wrong to do this until bug #325767 has been addressed. --- ChangeLog | 5 +++++ themes/Small/gtkrc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 585eb36a59..c1b5a73852 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-23 Sven Neumann + + * themes/Small/gtkrc: commented out the hardcoded font setting. + It's just wrong to do this until bug #325767 has been addressed. + 2006-03-23 Sven Neumann * app/display/gimpdisplayoptions.c: avoid code duplication by diff --git a/themes/Small/gtkrc b/themes/Small/gtkrc index 245b9480ec..3614bfaeaf 100644 --- a/themes/Small/gtkrc +++ b/themes/Small/gtkrc @@ -30,7 +30,7 @@ style "gimp-default-style" { "../Default/images/stock-warning-64.png", *, *, "gtk-dialog" } } - font_name = "sans 8" +# font_name = "sans 8" # Enabling the following line for some reason breaks toolbox resize # increment calculation. You can enable it to get an even smaller GUI