diff options
author | fvogel <fvogelnew1@free.fr> | 2020-08-19 21:10:24 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-08-19 21:10:24 (GMT) |
commit | 8a755bc3f0d29d9d844aef6a3ca00e71b6733c69 (patch) | |
tree | b0041f6f36657c0b7a04ef2eed58f902b998662c | |
parent | db413098ea545ba44bf7d982f1b62d82985acf2b (diff) | |
download | tk-8a755bc3f0d29d9d844aef6a3ca00e71b6733c69.zip tk-8a755bc3f0d29d9d844aef6a3ca00e71b6733c69.tar.gz tk-8a755bc3f0d29d9d844aef6a3ca00e71b6733c69.tar.bz2 |
Ditto for winTheme.tcl (forgotten in previous commit).
-rw-r--r-- | library/ttk/winTheme.tcl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/library/ttk/winTheme.tcl b/library/ttk/winTheme.tcl index bc81ced..db05b45 100644 --- a/library/ttk/winTheme.tcl +++ b/library/ttk/winTheme.tcl @@ -29,8 +29,7 @@ namespace eval ttk::theme::winnative { ttk::style map TButton -relief {{!disabled pressed} sunken} ttk::style configure TEntry \ - -padding 2 -selectborderwidth 0 -insertwidth 1 \ - -placeholderforeground SystemPlaceholderText + -padding 2 -selectborderwidth 0 -insertwidth 1 ttk::style map TEntry \ -fieldbackground \ [list readonly SystemButtonFace disabled SystemButtonFace] \ @@ -38,8 +37,7 @@ namespace eval ttk::theme::winnative { -selectforeground [list !focus SystemWindowText] \ ; - ttk::style configure TCombobox -padding 2 \ - -placeholderforeground SystemPlaceholderText + ttk::style configure TCombobox -padding 2 ttk::style map TCombobox \ -selectbackground [list !focus SystemWindow] \ -selectforeground [list !focus SystemWindowText] \ @@ -57,8 +55,7 @@ namespace eval ttk::theme::winnative { ttk::style configure ComboboxPopdownFrame \ -borderwidth 1 -relief solid - ttk::style configure TSpinbox -padding {2 0 16 0} \ - -placeholderforeground SystemPlaceholderText + ttk::style configure TSpinbox -padding {2 0 16 0} ttk::style configure TLabelframe -borderwidth 2 -relief groove |