diff options
author | marc_culler <marc.culler@gmail.com> | 2020-12-15 15:38:40 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2020-12-15 15:38:40 (GMT) |
commit | f5b9400c1c5f2c33f7955084a81435348792cd6b (patch) | |
tree | 948f8c3d60503b79e037a852532f21302992b26c /library/ttk | |
parent | 063b218f2d7e9b7e05452b79c520f312da3b8490 (diff) | |
download | tk-f5b9400c1c5f2c33f7955084a81435348792cd6b.zip tk-f5b9400c1c5f2c33f7955084a81435348792cd6b.tar.gz tk-f5b9400c1c5f2c33f7955084a81435348792cd6b.tar.bz2 |
Fine tune the Big Sur behavior.
Diffstat (limited to 'library/ttk')
-rw-r--r-- | library/ttk/aquaTheme.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl index 51c3e49..3ccdd70 100644 --- a/library/ttk/aquaTheme.tcl +++ b/library/ttk/aquaTheme.tcl @@ -99,7 +99,7 @@ namespace eval ttk::theme::aqua { } # Enable animation for ttk::progressbar widget: - ttk::style configure TProgressbar -period 100 -maxphase 255 + ttk::style configure TProgressbar -period 100 -maxphase 120 # For Aqua, labelframe labels should appear outside the border, # with a 14 pixel inset and 4 pixels spacing between border and label |