diff options
author | fvogel <fvogelnew1@free.fr> | 2019-12-08 19:23:30 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-12-08 19:23:30 (GMT) |
commit | b647320b3e06065858c1abe0c13ea4ce3ffee3b4 (patch) | |
tree | a8890135bc196a23bd5e0e11fe71581ab8dbd18f /library | |
parent | d30321934961095e0d2f1bf0e791ab7524791e87 (diff) | |
download | tk-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.tcl | 7 |
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. |