summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-12-08 19:25:26 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-12-08 19:25:26 (GMT)
commitcc3a2e843e4c7226947fbd23b7e97ecbea08a180 (patch)
treec63b7096fadd0676dc233d9554b230b15d5cb54d /library
parenta97986e446d147a43380e7cd2b03d3a8307b10e2 (diff)
parent27bb63c8f88d1ae15e9664dde92fdb783b0e47d5 (diff)
downloadtk-cc3a2e843e4c7226947fbd23b7e97ecbea08a180.zip
tk-cc3a2e843e4c7226947fbd23b7e97ecbea08a180.tar.gz
tk-cc3a2e843e4c7226947fbd23b7e97ecbea08a180.tar.bz2
Remove duplicate #Treeview section in xpTheme.tcl, it's already present (and overwritten) at the end of the file.
Diffstat (limited to 'library')
-rw-r--r--library/ttk/xpTheme.tcl7
1 files changed, 0 insertions, 7 deletions
diff --git a/library/ttk/xpTheme.tcl b/library/ttk/xpTheme.tcl
index 4c4f680..da7b422 100644
--- a/library/ttk/xpTheme.tcl
+++ b/library/ttk/xpTheme.tcl
@@ -28,13 +28,6 @@ namespace eval ttk::theme::xpnative {
ttk::style map TNotebook.Tab \
-expand [list selected {2 2 2 2}]
- # Treeview:
- ttk::style configure Heading -font TkHeadingFont
- ttk::style configure Treeview -background SystemWindow
- ttk::style map Treeview \
- -background [list selected SystemHighlight] \
- -foreground [list selected SystemHighlightText] ;
-
ttk::style configure TLabelframe.Label -foreground "#0046d5"
# OR: -padding {3 3 3 6}, which some apps seem to use.