diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-02-21 11:38:56 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-02-21 11:38:56 (GMT) |
commit | c1d57f8a74547d65efcee7a4b486fe4acf52dd61 (patch) | |
tree | ef4e81f0c6c614f2e49350fdd28311631b597382 /library | |
parent | 4e9a61da4ebdae3218ba32738cc6422743a9ae33 (diff) | |
download | tk-c1d57f8a74547d65efcee7a4b486fe4acf52dd61.zip tk-c1d57f8a74547d65efcee7a4b486fe4acf52dd61.tar.gz tk-c1d57f8a74547d65efcee7a4b486fe4acf52dd61.tar.bz2 |
Correct the ttk::treeview border on XP and Vista.
Diffstat (limited to 'library')
-rw-r--r-- | library/ttk/vistaTheme.tcl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/library/ttk/vistaTheme.tcl b/library/ttk/vistaTheme.tcl index d8f9cbc..76f3e3e 100644 --- a/library/ttk/vistaTheme.tcl +++ b/library/ttk/vistaTheme.tcl @@ -198,7 +198,9 @@ namespace eval ttk::theme::vista { } } - - package provide ttk::theme::vista 1.0 + # Treeview + ttk::style configure Item -padding {4 0 0 0} + + package provide ttk::theme::vista 1.0 } }
\ No newline at end of file |