diff options
author | csaba <csaba> | 2023-02-18 13:56:09 (GMT) |
---|---|---|
committer | csaba <csaba> | 2023-02-18 13:56:09 (GMT) |
commit | 2c934f10c5a2b041deae4062403cfbb1e5939616 (patch) | |
tree | eacecdf9ae0fa4994a8834503a3df7013d4d4598 /library | |
parent | 5265115a0cef87bdcacb02fe28aaa0e046a795cb (diff) | |
parent | ffe94d4f1eba1069544d0ee18bb7d989655f1a53 (diff) | |
download | tk-2c934f10c5a2b041deae4062403cfbb1e5939616.zip tk-2c934f10c5a2b041deae4062403cfbb1e5939616.tar.gz tk-2c934f10c5a2b041deae4062403cfbb1e5939616.tar.bz2 |
Merged branch better-indicators into trunk; a couple of additional visual improvements
Diffstat (limited to 'library')
-rw-r--r-- | library/ttk/clamTheme.tcl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/ttk/clamTheme.tcl b/library/ttk/clamTheme.tcl index b968677..6379e81 100644 --- a/library/ttk/clamTheme.tcl +++ b/library/ttk/clamTheme.tcl @@ -73,12 +73,10 @@ namespace eval ttk::theme::clam { ttk::style configure TCheckbutton \ -indicatorbackground "#ffffff" \ - -indicatorsize 7.5p \ -indicatormargin {0.75p 0.75p 3p 0.75p} \ -padding 1.5p ttk::style configure TRadiobutton \ -indicatorbackground "#ffffff" \ - -indicatorsize 7.5p \ -indicatormargin {0.75p 0.75p 3p 0.75p} \ -padding 1.5p ttk::style map TCheckbutton -indicatorbackground \ |