From 5e1adfd932b4a834af837111a8eb89df58a70982 Mon Sep 17 00:00:00 2001 From: jenglish Date: Fri, 6 Jul 2007 19:44:50 +0000 Subject: Explicitly set -anchor w for TMenubuttons [#1614540] CVS :---------------------------------------------------------------------- --- ChangeLog | 4 ++++ library/ttk/aquaTheme.tcl | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b27bbc4..886700c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-07-06 Joe English + + * library/ttk/aquaTheme.tcl: Set -anchor w for TMenubuttons [#1614540] + 2007-07-04 Andreas Kupries * macosx/tkMacOSXXStubs.c (DestroyImage): Fixed seg.fault in 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} -- cgit v0.12