diff options
author | culler <culler> | 2019-03-15 21:31:44 (GMT) |
---|---|---|
committer | culler <culler> | 2019-03-15 21:31:44 (GMT) |
commit | 1a51c9879564046631bbbada7f28a9d4033efbd8 (patch) | |
tree | e9b798ee85445a41304980ef40bd2ab1aef2b08c /library/ttk | |
parent | 1e85c07bbeffce3e6195088bb488c1a784f81190 (diff) | |
download | tk-1a51c9879564046631bbbada7f28a9d4033efbd8.zip tk-1a51c9879564046631bbbada7f28a9d4033efbd8.tar.gz tk-1a51c9879564046631bbbada7f28a9d4033efbd8.tar.bz2 |
Dealt with dark BevelButtons and progress bars.
Diffstat (limited to 'library/ttk')
-rw-r--r-- | library/ttk/aquaTheme.tcl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl index 81d7ffe..d04a1d5 100644 --- a/library/ttk/aquaTheme.tcl +++ b/library/ttk/aquaTheme.tcl @@ -38,17 +38,12 @@ namespace eval ttk::theme::aqua { -foreground { disabled systemDisabledControlTextColor} ttk::style configure Toolbutton -padding 4 -# ttk::style configure Toolbutton -padding 4 -foreground black -# ttk::style map Toolbutton \ -# -background { -# background systemWindowBody} # Workaround for #1100117: # Actually, on Aqua we probably shouldn't stipple images in # disabled buttons even if it did work... ttk::style configure . -stipple {} - # Notebook ttk::style configure TNotebook -tabmargins {10 0} -tabposition n ttk::style configure TNotebook -padding {18 8 18 17} |