mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 10:51:56 +00:00
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:
parent
9d5e012476
commit
a34d9f2b4a
2 changed files with 9 additions and 3 deletions
|
@ -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>
|
2010-11-27 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||||
|
|
||||||
* Source/NSDocument.m (-setPrintInfo:): Record old print info with
|
* Source/NSDocument.m (-setPrintInfo:): Record old print info with
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<abstract>The theme methods for drawing controls</abstract>
|
<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>
|
Author: Adam Fedor <fedor@gnu.org>
|
||||||
Date: Jan 2004
|
Date: Jan 2004
|
||||||
|
@ -56,8 +56,9 @@
|
||||||
#import "GNUstepGUI/GSToolbarView.h"
|
#import "GNUstepGUI/GSToolbarView.h"
|
||||||
#import "GNUstepGUI/GSTitleView.h"
|
#import "GNUstepGUI/GSTitleView.h"
|
||||||
|
|
||||||
// a border width of 5 gives a reasonable compromise between Cocoa metrics and looking good
|
/* a border width of 5 gives a reasonable compromise between Cocoa metrics and looking good */
|
||||||
#define COLOR_WELL_BORDER_WIDTH 5.0
|
/* 8.0 gives us the NeXT Look */
|
||||||
|
#define COLOR_WELL_BORDER_WIDTH 8.0
|
||||||
|
|
||||||
@implementation GSTheme (Drawing)
|
@implementation GSTheme (Drawing)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue