summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@noemail.net>2008-04-03 11:47:58 (GMT)
committerpatthoyts <patthoyts@noemail.net>2008-04-03 11:47:58 (GMT)
commit33d729fe8f813338dac8e53cd20ce8165153b4fe (patch)
tree9adb8718feb22d858dede9eb31e9ab05d462ff15 /library/ttk
parentb4896182c3c6003da0207b81e1c14bb6a6e71630 (diff)
downloadtk-33d729fe8f813338dac8e53cd20ce8165153b4fe.zip
tk-33d729fe8f813338dac8e53cd20ce8165153b4fe.tar.gz
tk-33d729fe8f813338dac8e53cd20ce8165153b4fe.tar.bz2
Fix the foreground colour for labelframe in xp
FossilOrigin-Name: ff511ee04e511ce41707bec2322b0f8f2e68542e
Diffstat (limited to 'library/ttk')
-rw-r--r--library/ttk/xpTheme.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/ttk/xpTheme.tcl b/library/ttk/xpTheme.tcl
index 14d8ae8..a75864c 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.6.2.1 2008/04/03 11:48:00 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}