summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authorculler <culler>2019-03-15 21:31:44 (GMT)
committerculler <culler>2019-03-15 21:31:44 (GMT)
commit1a51c9879564046631bbbada7f28a9d4033efbd8 (patch)
treee9b798ee85445a41304980ef40bd2ab1aef2b08c /library/ttk
parent1e85c07bbeffce3e6195088bb488c1a784f81190 (diff)
downloadtk-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.tcl5
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}