diff --git a/ChangeLog b/ChangeLog index 21e0ae469..b574aac51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-11-27 Riccardo Mottola + + * Source/GSThemeDrawing.m: + Revert color well thickness. If desired, this should go in a theme. + 2010-11-27 Wolfgang Lux * Source/NSDocument.m (-setPrintInfo:): Record old print info with diff --git a/Source/GSThemeDrawing.m b/Source/GSThemeDrawing.m index b5ee6c2f9..4db6ee7bb 100644 --- a/Source/GSThemeDrawing.m +++ b/Source/GSThemeDrawing.m @@ -2,7 +2,7 @@ The theme methods for drawing controls - Copyright (C) 2004-2008 Free Software Foundation, Inc. + Copyright (C) 2004-2010 Free Software Foundation, Inc. Author: Adam Fedor Date: Jan 2004 @@ -56,8 +56,9 @@ #import "GNUstepGUI/GSToolbarView.h" #import "GNUstepGUI/GSTitleView.h" -// a border width of 5 gives a reasonable compromise between Cocoa metrics and looking good -#define COLOR_WELL_BORDER_WIDTH 5.0 +/* a border width of 5 gives a reasonable compromise between Cocoa metrics and looking good */ +/* 8.0 gives us the NeXT Look */ +#define COLOR_WELL_BORDER_WIDTH 8.0 @implementation GSTheme (Drawing)