summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2008-04-03 11:52:42 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2008-04-03 11:52:42 (GMT)
commit24fefa78acd936fd521c2a354142716dd494a284 (patch)
tree25b910e64ba03fe668364f0d8e8552cf1b906921
parentc4a0c966c004ed51ba97d37abb3b5e2387e8dc9a (diff)
downloadtk-24fefa78acd936fd521c2a354142716dd494a284.zip
tk-24fefa78acd936fd521c2a354142716dd494a284.tar.gz
tk-24fefa78acd936fd521c2a354142716dd494a284.tar.bz2
Fix the foreground colour for labelframe in xp
-rw-r--r--ChangeLog4
-rw-r--r--library/ttk/xpTheme.tcl4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e3edfc1..47892e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-03 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * library/ttk/xpTheme.tcl: fix the colour of labelframe in xp
+
2008-04-02 Daniel Steffen <das@users.sourceforge.net>
* generic/tk.decls: remove 'export' declarations of symbols now
diff --git a/library/ttk/xpTheme.tcl b/library/ttk/xpTheme.tcl
index 14d8ae8..a82315b 100644
--- a/library/ttk/xpTheme.tcl
+++ b/library/ttk/xpTheme.tcl
@@ -1,5 +1,5 @@
#
-# $Id: xpTheme.tcl,v 1.6 2007/12/13 15:27:08 dgp Exp $
+# $Id: xpTheme.tcl,v 1.7 2008/04/03 11:52:42 patthoyts Exp $
#
# Settings for 'xpnative' theme
#
@@ -43,7 +43,7 @@ namespace eval ttk::theme::xpnative {
-background [list selected SystemHighlight] \
-foreground [list selected SystemHighlightText] ;
- ttk::style configure TLabelframe -foreground "#0046d5"
+ ttk::style configure TLabelframe.Label -foreground "#0046d5"
# OR: -padding {3 3 3 6}, which some apps seem to use.
ttk::style configure TEntry -padding {2 2 2 4}