diff options
author | fvogelnew1@free.fr <fvogel> | 2016-01-11 14:32:00 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2016-01-11 14:32:00 (GMT) |
commit | eb42a42c6aeab93d792548178320763925276672 (patch) | |
tree | a13886fb9069b5674bc2cbf07f0e23f5e0ad1423 /unix | |
parent | ee191bf3be78adc2da130d9d1e6ce6d67416ac46 (diff) | |
download | tk-eb42a42c6aeab93d792548178320763925276672.zip tk-eb42a42c6aeab93d792548178320763925276672.tar.gz tk-eb42a42c6aeab93d792548178320763925276672.tar.bz2 |
Improved patch formatting. No functional change
Diffstat (limited to 'unix')
-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 ac7bc4d..2c3854d 100644 --- a/unix/tkUnixDefault.h +++ b/unix/tkUnixDefault.h @@ -221,10 +221,10 @@ #define DEF_LISTBOX_HIGHLIGHT_BG NORMAL_BG #define DEF_LISTBOX_HIGHLIGHT BLACK #define DEF_LISTBOX_HIGHLIGHT_WIDTH "1" +#define DEF_LISTBOX_JUSTIFY "left" #define DEF_LISTBOX_RELIEF "sunken" #define DEF_LISTBOX_SCROLL_COMMAND "" #define DEF_LISTBOX_LIST_VARIABLE "" -#define DEF_LISTBOX_JUSTIFY "left" #define DEF_LISTBOX_SELECT_COLOR SELECT_BG #define DEF_LISTBOX_SELECT_MONO BLACK #define DEF_LISTBOX_SELECT_BD "0" |