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
This commit is contained in:
Riccardo Mottola 2010-11-27 11:57:57 +00:00
parent 9d5e012476
commit a34d9f2b4a
2 changed files with 9 additions and 3 deletions

View file

@ -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 <wolfgang.lux@gmail.com>
* Source/NSDocument.m (-setPrintInfo:): Record old print info with

View file

@ -2,7 +2,7 @@
<abstract>The theme methods for drawing controls</abstract>
Copyright (C) 2004-2008 Free Software Foundation, Inc.
Copyright (C) 2004-2010 Free Software Foundation, Inc.
Author: Adam Fedor <fedor@gnu.org>
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)