From a34d9f2b4a252d454a761965301becbc97506bba Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Sat, 27 Nov 2010 11:57:57 +0000 Subject: [PATCH] Revert color well thickness. If desired, this should go in a theme git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31672 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Source/GSThemeDrawing.m | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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)