summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorcsaba <csaba>2024-05-10 17:29:53 (GMT)
committercsaba <csaba>2024-05-10 17:29:53 (GMT)
commit663ebf37ce118a2df9bb7d883143b8a585440b23 (patch)
treea516b425acaa9af3cd42e84e800e599feb4f9d3b /library
parenta864407700fb5198a61456caa65624323415e744 (diff)
downloadtk-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.tcl4
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) \