diff options
author | culler <culler> | 2019-03-11 14:34:58 (GMT) |
---|---|---|
committer | culler <culler> | 2019-03-11 14:34:58 (GMT) |
commit | ecdf944613bc935541cc765dbfb03b93ab8d389d (patch) | |
tree | a3fedcbb4b1c83bbf3a599134551609f0529164a /library/ttk | |
parent | 62af69aa8797a1c99370681d5e7d31784c119151 (diff) | |
download | tk-ecdf944613bc935541cc765dbfb03b93ab8d389d.zip tk-ecdf944613bc935541cc765dbfb03b93ab8d389d.tar.gz tk-ecdf944613bc935541cc765dbfb03b93ab8d389d.tar.bz2 |
Fine tune the button appearance.
Diffstat (limited to 'library/ttk')
-rw-r--r-- | library/ttk/aquaTheme.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl index 11574dc..df8eb24 100644 --- a/library/ttk/aquaTheme.tcl +++ b/library/ttk/aquaTheme.tcl @@ -27,6 +27,7 @@ namespace eval ttk::theme::aqua { # Buttons ttk::style configure TButton -anchor center -width -6 + #-padding {0 2 0 3} ttk::style configure Toolbutton -padding 4 -foreground black # Workaround for #1100117: # Actually, on Aqua we probably shouldn't stipple images in |