summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-12-08 19:25:11 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-12-08 19:25:11 (GMT)
commit27bb63c8f88d1ae15e9664dde92fdb783b0e47d5 (patch)
treef78bffe2b2b1fff2ec6da4eb141522b6b784130a /library
parent9880b91da54231f91d6f22983945c385ccfab129 (diff)
parentb647320b3e06065858c1abe0c13ea4ce3ffee3b4 (diff)
downloadtk-27bb63c8f88d1ae15e9664dde92fdb783b0e47d5.zip
tk-27bb63c8f88d1ae15e9664dde92fdb783b0e47d5.tar.gz
tk-27bb63c8f88d1ae15e9664dde92fdb783b0e47d5.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.