mirror of https://github.com/GNOME/gimp.git
commented out the hardcoded font setting. It's just wrong to do this until
2006-03-23 Sven Neumann <sven@gimp.org> * themes/Small/gtkrc: commented out the hardcoded font setting. It's just wrong to do this until bug #325767 has been addressed.
This commit is contained in:
parent
641952231e
commit
0af6bbcbad
|
@ -1,3 +1,8 @@
|
|||
2006-03-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* 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 <sven@gimp.org>
|
||||
|
||||
* app/display/gimpdisplayoptions.c: avoid code duplication by
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue