summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixDefault.h
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-02-22 21:07:05 (GMT)
committerhobbs <hobbs>2002-02-22 21:07:05 (GMT)
commita1a126eaeb09fc26d8e29cd7a518a26cf5509954 (patch)
treed06de75b2d3c5116e521c61c7d1eedd201c10018 /unix/tkUnixDefault.h
parent6c3145ebcfda3e1ce1f4db96bedc4c4843dabd57 (diff)
downloadtk-a1a126eaeb09fc26d8e29cd7a518a26cf5509954.zip
tk-a1a126eaeb09fc26d8e29cd7a518a26cf5509954.tar.gz
tk-a1a126eaeb09fc26d8e29cd7a518a26cf5509954.tar.bz2
changed panedwindow default relief to flat
Diffstat (limited to 'unix/tkUnixDefault.h')
-rw-r--r--unix/tkUnixDefault.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkUnixDefault.h b/unix/tkUnixDefault.h
index 1428d59..d5503c0 100644
--- a/unix/tkUnixDefault.h
+++ b/unix/tkUnixDefault.h
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkUnixDefault.h,v 1.13 2002/02/22 02:41:17 hobbs Exp $
+ * RCS: @(#) $Id: tkUnixDefault.h,v 1.14 2002/02/22 21:07:05 hobbs Exp $
*/
#ifndef _TKUNIXDEFAULT
@@ -366,7 +366,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"