summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-12-31 21:25:34 (GMT)
committerjenglish <jenglish@flightlab.com>2008-12-31 21:25:34 (GMT)
commite74b92a66cb3c8d158ded0ddabf6740c1d038850 (patch)
treea24e02fb36bf2511917d6f962dba3014a2c96770 /library
parent38710d3cb5e367a2570e751f44ccf283dd524149 (diff)
downloadtk-e74b92a66cb3c8d158ded0ddabf6740c1d038850.zip
tk-e74b92a66cb3c8d158ded0ddabf6740c1d038850.tar.gz
tk-e74b92a66cb3c8d158ded0ddabf6740c1d038850.tar.bz2
* generic/ttk/ttkDefaultTheme.c: Fix color palette for radiobutton
and checkbutton indicators. Fixes [Bug 2003310]; also makes "alt" theme check/radiobuttons look like Windows 98, as intended. * library/ttk/altTheme.tcl: Specify dark gray -bordercolor to soften edges.
Diffstat (limited to 'library')
-rw-r--r--library/ttk/altTheme.tcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/ttk/altTheme.tcl b/library/ttk/altTheme.tcl
index 20f6c53..5ed90eb 100644
--- a/library/ttk/altTheme.tcl
+++ b/library/ttk/altTheme.tcl
@@ -1,5 +1,5 @@
#
-# $Id: altTheme.tcl,v 1.9 2008/11/29 00:43:48 patthoyts Exp $
+# $Id: altTheme.tcl,v 1.10 2008/12/31 21:25:34 jenglish Exp $
#
# Ttk widget set: Alternate theme
#
@@ -11,6 +11,7 @@ namespace eval ttk::theme::alt {
-frame "#d9d9d9"
-window "#ffffff"
-darker "#c3c3c3"
+ -border "#414141"
-activebg "#ececec"
-disabledfg "#a3a3a3"
-selectbg "#4a6984"
@@ -23,6 +24,7 @@ namespace eval ttk::theme::alt {
-background $colors(-frame) \
-foreground black \
-troughcolor $colors(-darker) \
+ -bordercolor $colors(-border) \
-selectbackground $colors(-selectbg) \
-selectforeground $colors(-selectfg) \
-font TkDefaultFont \