diff options
author | csaba <csaba> | 2024-05-10 17:29:53 (GMT) |
---|---|---|
committer | csaba <csaba> | 2024-05-10 17:29:53 (GMT) |
commit | 663ebf37ce118a2df9bb7d883143b8a585440b23 (patch) | |
tree | a516b425acaa9af3cd42e84e800e599feb4f9d3b /library | |
parent | a864407700fb5198a61456caa65624323415e744 (diff) | |
download | tk-663ebf37ce118a2df9bb7d883143b8a585440b23.zip tk-663ebf37ce118a2df9bb7d883143b8a585440b23.tar.gz tk-663ebf37ce118a2df9bb7d883143b8a585440b23.tar.bz2 |
Code cleanup related mainly to the "classic" theme.
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 9477a24..1aa1593 100644 --- a/library/ttk/classicTheme.tcl +++ b/library/ttk/classicTheme.tcl @@ -51,7 +51,7 @@ namespace eval ttk::theme::classic { ttk::style map TButton -relief {{!disabled pressed} sunken} ttk::style configure TCheckbutton -indicatorrelief raised \ - -indicatormargin {0 1.5p 3p 1.5p} -borderwidth 1 + -indicatormargin {0 1.5p 3p 1.5p} ttk::style map TCheckbutton \ -indicatorcolor [list \ pressed $colors(-frame) \ @@ -60,7 +60,7 @@ namespace eval ttk::theme::classic { -indicatorrelief {alternate raised selected sunken pressed sunken} ttk::style configure TRadiobutton -indicatorrelief raised \ - -indicatormargin {0 1.5p 3p 1.5p} -borderwidth 1 + -indicatormargin {0 1.5p 3p 1.5p} ttk::style map TRadiobutton \ -indicatorcolor [list \ pressed $colors(-frame) \ |