summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-18 16:07:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-18 16:07:56 (GMT)
commit0a52de9d2888ce857fb43205928b16c12ddb0268 (patch)
treef3c3989a0443549bcb320893e47cb959dd9f99de /library
parenteab2cc3717d822b2371fb3653cbdf1b65986cfaf (diff)
parentd00a95a980eb55094d41b182e3ef3131fe66736c (diff)
downloadtk-0a52de9d2888ce857fb43205928b16c12ddb0268.zip
tk-0a52de9d2888ce857fb43205928b16c12ddb0268.tar.gz
tk-0a52de9d2888ce857fb43205928b16c12ddb0268.tar.bz2
Merge 8.7
Diffstat (limited to 'library')
-rw-r--r--library/ttk/altTheme.tcl2
-rw-r--r--library/ttk/winTheme.tcl2
-rw-r--r--library/ttk/xpTheme.tcl2
3 files changed, 3 insertions, 3 deletions
diff --git a/library/ttk/altTheme.tcl b/library/ttk/altTheme.tcl
index 26708b7..fc88dee 100644
--- a/library/ttk/altTheme.tcl
+++ b/library/ttk/altTheme.tcl
@@ -95,7 +95,7 @@ namespace eval ttk::theme::alt {
# Treeview:
ttk::style configure Heading -font TkHeadingFont -relief raised
- ttk::style configure Item -diameter 6.75p \
+ ttk::style configure Item \
-indicatormargins {1.5p 1.5p 3p 1.5p}
ttk::style configure Treeview -background $colors(-window) \
-stripedbackground $colors(-alternate) -indent 15p
diff --git a/library/ttk/winTheme.tcl b/library/ttk/winTheme.tcl
index 834d177..d34d860 100644
--- a/library/ttk/winTheme.tcl
+++ b/library/ttk/winTheme.tcl
@@ -70,7 +70,7 @@ namespace eval ttk::theme::winnative {
# Treeview:
ttk::style configure Heading -font TkHeadingFont -relief raised
- ttk::style configure Item -diameter 6.75p \
+ ttk::style configure Item \
-indicatormargins {1.5p 1.5p 3p 1.5p}
ttk::style configure Treeview -background SystemWindow \
-stripedbackground System3dLight -indent 15p
diff --git a/library/ttk/xpTheme.tcl b/library/ttk/xpTheme.tcl
index 12ae979..cf299b1 100644
--- a/library/ttk/xpTheme.tcl
+++ b/library/ttk/xpTheme.tcl
@@ -52,7 +52,7 @@ namespace eval ttk::theme::xpnative {
# Treeview:
ttk::style configure Heading -font TkHeadingFont -relief raised
- ttk::style configure Item -diameter 6.75p \
+ ttk::style configure Item \
-indicatormargins {1.5p 1.5p 3p 1.5p}
ttk::style configure Treeview -background SystemWindow \
-stripedbackground System3dLight -indent 15p