diff options
author | jenglish <jenglish@flightlab.com> | 2007-11-18 17:00:27 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2007-11-18 17:00:27 (GMT) |
commit | 4ad83bd93fe8524743876ffe369a5165bc2fd44c (patch) | |
tree | d47cf7f1fb87b2c540017a04e369bd25b1b5a97d /library | |
parent | 50c4c8a24b0c121ff4e7b4c3bb2372f9ffc5a974 (diff) | |
download | tk-4ad83bd93fe8524743876ffe369a5165bc2fd44c.zip tk-4ad83bd93fe8524743876ffe369a5165bc2fd44c.tar.gz tk-4ad83bd93fe8524743876ffe369a5165bc2fd44c.tar.bz2 |
ttkMacOSXTheme.c: Resynchronize with Tile codebase
so that patches can flow back and forth.
aquaTheme.tcl: Extra TButton -padding no longer needed.
Diffstat (limited to 'library')
-rw-r--r-- | library/ttk/aquaTheme.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl index 1ed45d9..e8ece15 100644 --- a/library/ttk/aquaTheme.tcl +++ b/library/ttk/aquaTheme.tcl @@ -1,5 +1,5 @@ # -# $Id: aquaTheme.tcl,v 1.7 2007/10/30 15:22:52 jenglish Exp $ +# $Id: aquaTheme.tcl,v 1.8 2007/11/18 17:00:28 jenglish Exp $ # # Aqua theme (OSX native look and feel) # @@ -28,7 +28,7 @@ namespace eval ttk::theme::aqua { # ttk::style configure . -stipple {} - ttk::style configure TButton -padding {0 2} -width -6 + ttk::style configure TButton -width -6 ttk::style configure TMenubutton -anchor w ttk::style configure Toolbutton -padding 4 # See Apple HIG figs 14-63, 14-65 @@ -65,7 +65,7 @@ namespace eval ttk::theme::aqua { # (ref: Apple Human Interface Guidelines / Controls / Grouping Controls) # ttk::style configure TLabelframe \ - -labeloutside true -labelmargins {14 0 14 4} + -labeloutside true -labelmargins {14 0 14 4} # TODO: panedwindow sashes should be 9 pixels (HIG:Controls:Split Views) } |