summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2007-07-06 19:44:50 (GMT)
committerjenglish <jenglish@flightlab.com>2007-07-06 19:44:50 (GMT)
commit5e1adfd932b4a834af837111a8eb89df58a70982 (patch)
tree3ebfb3fc4b38266dfc201c0866237cb333272dc8
parent5fd9fa8689e218009ed46a0205dace6c61a508ba (diff)
downloadtk-5e1adfd932b4a834af837111a8eb89df58a70982.zip
tk-5e1adfd932b4a834af837111a8eb89df58a70982.tar.gz
tk-5e1adfd932b4a834af837111a8eb89df58a70982.tar.bz2
Explicitly set -anchor w for TMenubuttons [#1614540]
CVS :----------------------------------------------------------------------
-rw-r--r--ChangeLog4
-rw-r--r--library/ttk/aquaTheme.tcl3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b27bbc4..886700c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-06 Joe English <jenglish@users.sourceforge.net>
+
+ * library/ttk/aquaTheme.tcl: Set -anchor w for TMenubuttons [#1614540]
+
2007-07-04 Andreas Kupries <andreask@activestate.com>
* 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}