summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixDefault.h
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-09-08 22:17:51 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-09-08 22:17:51 (GMT)
commitf7445af8a65e944b3c3d9e6172ab4a50cba1550e (patch)
tree79f0ef96c814679bf0baf8468ea8017112011b39 /unix/tkUnixDefault.h
parentabf330e43510a450901894ed3da2c2786fd99b89 (diff)
downloadtk-f7445af8a65e944b3c3d9e6172ab4a50cba1550e.zip
tk-f7445af8a65e944b3c3d9e6172ab4a50cba1550e.tar.gz
tk-f7445af8a65e944b3c3d9e6172ab4a50cba1550e.tar.bz2
Default for -activerelief on Linux shall be 'raised' for backwards compatibility reasons
Diffstat (limited to 'unix/tkUnixDefault.h')
-rw-r--r--unix/tkUnixDefault.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixDefault.h b/unix/tkUnixDefault.h
index f748865..6e0b005 100644
--- a/unix/tkUnixDefault.h
+++ b/unix/tkUnixDefault.h
@@ -276,7 +276,7 @@
#define DEF_MENU_ACTIVE_BORDER_WIDTH "1"
#define DEF_MENU_ACTIVE_FG_COLOR BLACK
#define DEF_MENU_ACTIVE_FG_MONO WHITE
-#define DEF_MENU_ACTIVE_RELIEF "sunken"
+#define DEF_MENU_ACTIVE_RELIEF "raised"
#define DEF_MENU_BG_COLOR NORMAL_BG
#define DEF_MENU_BG_MONO WHITE
#define DEF_MENU_BORDER_WIDTH "1"