diff options
author | culler <culler> | 2019-03-17 19:41:04 (GMT) |
---|---|---|
committer | culler <culler> | 2019-03-17 19:41:04 (GMT) |
commit | b29e48c2415674197423a527cef1c8fd5028b8a4 (patch) | |
tree | c6dfa7245e0f8455d41aaa8d3cf566e0a266bb99 /library/ttk/aquaTheme.tcl | |
parent | 2dd62f3b2f103f5c345fa3d92a9112cdf20c60db (diff) | |
download | tk-b29e48c2415674197423a527cef1c8fd5028b8a4.zip tk-b29e48c2415674197423a527cef1c8fd5028b8a4.tar.gz tk-b29e48c2415674197423a527cef1c8fd5028b8a4.tar.bz2 |
Improve the behavior and appearance of BevelButtons.
Diffstat (limited to 'library/ttk/aquaTheme.tcl')
-rw-r--r-- | library/ttk/aquaTheme.tcl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl index d04a1d5..5343671 100644 --- a/library/ttk/aquaTheme.tcl +++ b/library/ttk/aquaTheme.tcl @@ -26,7 +26,8 @@ namespace eval ttk::theme::aqua { !focus systemDialogActiveText} # Buttons - ttk::style configure TButton -anchor center -width -6 \ +# ttk::style configure TButton -anchor center -width -6 \ + ttk::style configure TButton -anchor center \ -foreground systemControlTextColor ttk::style map TButton \ -foreground { @@ -37,7 +38,10 @@ namespace eval ttk::theme::aqua { ttk::style map TRadiobutton \ -foreground { disabled systemDisabledControlTextColor} - ttk::style configure Toolbutton -padding 4 + ttk::style map Toolbutton \ + -foreground { + disabled systemDisabledControlTextColor + } # Workaround for #1100117: # Actually, on Aqua we probably shouldn't stipple images in |