diff options
author | culler <culler> | 2019-04-01 15:03:24 (GMT) |
---|---|---|
committer | culler <culler> | 2019-04-01 15:03:24 (GMT) |
commit | c01cc1fe20294b8c83dba11c2be15caff3cdce61 (patch) | |
tree | a571cd53561fcb6c09cd1998236659a80bcf442f /library/ttk/aquaTheme.tcl | |
parent | ade11f80ecb09290cd8272d7d58f55dac2e508de (diff) | |
download | tk-c01cc1fe20294b8c83dba11c2be15caff3cdce61.zip tk-c01cc1fe20294b8c83dba11c2be15caff3cdce61.tar.gz tk-c01cc1fe20294b8c83dba11c2be15caff3cdce61.tar.bz2 |
Use geometry masters, not parents, to find the nesting depth.
Diffstat (limited to 'library/ttk/aquaTheme.tcl')
-rw-r--r-- | library/ttk/aquaTheme.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl index 1e7745a..8379c49 100644 --- a/library/ttk/aquaTheme.tcl +++ b/library/ttk/aquaTheme.tcl @@ -7,7 +7,7 @@ namespace eval ttk::theme::aqua { ttk::style configure . \ -font TkDefaultFont \ - -background systemWindowBody \ + -background systemTtkBackground \ -foreground systemLabelColor \ -selectbackground systemHighlight \ -selectforeground systemLabelColor \ |