diff options
author | csaba <csaba> | 2024-05-12 17:32:53 (GMT) |
---|---|---|
committer | csaba <csaba> | 2024-05-12 17:32:53 (GMT) |
commit | 7940b4fe89a9aa72c23a1f266b637b32a0b6eef3 (patch) | |
tree | a754bffc27d610f057e13f3f508b79fadd9ccf10 /library/ttk | |
parent | a686c3497243798a4ce39c21637f8b669ed29c5a (diff) | |
download | tk-7940b4fe89a9aa72c23a1f266b637b32a0b6eef3.zip tk-7940b4fe89a9aa72c23a1f266b637b32a0b6eef3.tar.gz tk-7940b4fe89a9aa72c23a1f266b637b32a0b6eef3.tar.bz2 |
One more adaptation of the "classic" theme to the look of current Tk core widgets.
Diffstat (limited to 'library/ttk')
-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: |