diff options
author | hobbs <hobbs> | 2002-02-22 21:07:05 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-02-22 21:07:05 (GMT) |
commit | 37cff1d334f1d794be559db856c30706d8575f1f (patch) | |
tree | d06de75b2d3c5116e521c61c7d1eedd201c10018 /win | |
parent | b44a082cb1fda650904e3dc89d39564fa484fe6e (diff) | |
download | tk-37cff1d334f1d794be559db856c30706d8575f1f.zip tk-37cff1d334f1d794be559db856c30706d8575f1f.tar.gz tk-37cff1d334f1d794be559db856c30706d8575f1f.tar.bz2 |
changed panedwindow default relief to flat
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinDefault.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinDefault.h b/win/tkWinDefault.h index 2648401..4a5b59d 100644 --- a/win/tkWinDefault.h +++ b/win/tkWinDefault.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinDefault.h,v 1.13 2002/02/22 02:41:17 hobbs Exp $ + * RCS: @(#) $Id: tkWinDefault.h,v 1.14 2002/02/22 21:07:05 hobbs Exp $ */ #ifndef _TKWINDEFAULT @@ -371,7 +371,7 @@ #define DEF_PANEDWINDOW_HEIGHT "" #define DEF_PANEDWINDOW_OPAQUERESIZE "0" #define DEF_PANEDWINDOW_ORIENT "horizontal" -#define DEF_PANEDWINDOW_RELIEF "raised" +#define DEF_PANEDWINDOW_RELIEF "flat" #define DEF_PANEDWINDOW_SASHCURSOR "" #define DEF_PANEDWINDOW_SASHPAD "2" #define DEF_PANEDWINDOW_SASHRELIEF "raised" |