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