diff options
author | jenglish <jenglish@flightlab.com> | 2007-07-06 19:44:50 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2007-07-06 19:44:50 (GMT) |
commit | 5e1adfd932b4a834af837111a8eb89df58a70982 (patch) | |
tree | 3ebfb3fc4b38266dfc201c0866237cb333272dc8 /library | |
parent | 5fd9fa8689e218009ed46a0205dace6c61a508ba (diff) | |
download | tk-5e1adfd932b4a834af837111a8eb89df58a70982.zip tk-5e1adfd932b4a834af837111a8eb89df58a70982.tar.gz tk-5e1adfd932b4a834af837111a8eb89df58a70982.tar.bz2 |
Explicitly set -anchor w for TMenubuttons [#1614540]
CVS :----------------------------------------------------------------------
Diffstat (limited to 'library')
-rw-r--r-- | library/ttk/aquaTheme.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl index f0f63aa..c6636d7 100644 --- a/library/ttk/aquaTheme.tcl +++ b/library/ttk/aquaTheme.tcl @@ -1,5 +1,5 @@ # -# $Id: aquaTheme.tcl,v 1.2 2006/12/18 19:33:14 jenglish Exp $ +# $Id: aquaTheme.tcl,v 1.3 2007/07/06 19:44:51 jenglish Exp $ # # Ttk widget set: Aqua theme (OSX native look and feel) # @@ -33,6 +33,7 @@ namespace eval ttk { style configure . -stipple {} style configure TButton -padding {0 2} -width -6 + style configure TMenubutton -anchor w style configure Toolbutton -padding 4 # See Apple HIG figs 14-63, 14-65 style configure TNotebook -tabposition n -padding {20 12} |