diff options
author | fvogel <fvogelnew1@free.fr> | 2018-09-08 22:17:51 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-09-08 22:17:51 (GMT) |
commit | f7445af8a65e944b3c3d9e6172ab4a50cba1550e (patch) | |
tree | 79f0ef96c814679bf0baf8468ea8017112011b39 /unix/tkUnixDefault.h | |
parent | abf330e43510a450901894ed3da2c2786fd99b89 (diff) | |
download | tk-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.h | 2 |
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" |