diff options
author | culler <culler> | 2021-04-07 15:34:29 (GMT) |
---|---|---|
committer | culler <culler> | 2021-04-07 15:34:29 (GMT) |
commit | 77c7015f5d5b6a979514730a4fe527c2447e1cbf (patch) | |
tree | 3abac7fb07403f3502986824e016dea4e83f2b81 | |
parent | d9aeb17bc875cb8fc6d1575fd094c619385526e7 (diff) | |
download | tk-77c7015f5d5b6a979514730a4fe527c2447e1cbf.zip tk-77c7015f5d5b6a979514730a4fe527c2447e1cbf.tar.gz tk-77c7015f5d5b6a979514730a4fe527c2447e1cbf.tar.bz2 |
Fix the background for ttk::spinbox too.
-rw-r--r-- | library/ttk/aquaTheme.tcl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl index bba1aae..9896021 100644 --- a/library/ttk/aquaTheme.tcl +++ b/library/ttk/aquaTheme.tcl @@ -64,6 +64,10 @@ namespace eval ttk::theme::aqua { } # Spinbox + ttk::style configure TSpinbox \ + -foreground systemTextColor \ + -background systemTextBackgroundColor \ + -fieldbackground systemTextBackgroundColor ttk::style map TSpinbox \ -foreground { disabled systemDisabledControlTextColor |