summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-12-08 19:23:30 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-12-08 19:23:30 (GMT)
commitb647320b3e06065858c1abe0c13ea4ce3ffee3b4 (patch)
treea8890135bc196a23bd5e0e11fe71581ab8dbd18f /library
parentd30321934961095e0d2f1bf0e791ab7524791e87 (diff)
downloadtk-b647320b3e06065858c1abe0c13ea4ce3ffee3b4.zip
tk-b647320b3e06065858c1abe0c13ea4ce3ffee3b4.tar.gz
tk-b647320b3e06065858c1abe0c13ea4ce3ffee3b4.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 a174bfc..8b9ab78 100644
--- a/library/ttk/xpTheme.tcl
+++ b/library/ttk/xpTheme.tcl
@@ -27,13 +27,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.