diff options
author | csaba <csaba> | 2024-05-12 17:34:54 (GMT) |
---|---|---|
committer | csaba <csaba> | 2024-05-12 17:34:54 (GMT) |
commit | 5c8602a8c4d32c3b9834df16837740feea0069de (patch) | |
tree | 3ec9203cef485042a4937d498605382726b3dd80 /library | |
parent | f90a36ac566f13c9ef9fbbf53e9a990f2e37d71d (diff) | |
download | tk-5c8602a8c4d32c3b9834df16837740feea0069de.zip tk-5c8602a8c4d32c3b9834df16837740feea0069de.tar.gz tk-5c8602a8c4d32c3b9834df16837740feea0069de.tar.bz2 |
One more adaptation of the "classic" theme to the look of current Tk core widgets.
Diffstat (limited to 'library')
-rw-r--r-- | library/ttk/classicTheme.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/ttk/classicTheme.tcl b/library/ttk/classicTheme.tcl index 1aa1593..575e899 100644 --- a/library/ttk/classicTheme.tcl +++ b/library/ttk/classicTheme.tcl @@ -31,9 +31,9 @@ namespace eval ttk::theme::classic { -indicatorcolor $colors(-frame) \ -highlightcolor $colors(-frame) \ -highlightthickness 1 \ - -selectborderwidth 1 \ - -insertwidth 2 \ + -selectborderwidth 0 \ -borderwidth 1 \ + -insertwidth 2 \ -focuswidth 0 # To match pre-Xft X11 appearance, use: |