diff options
author | marc_culler <marc.culler@gmail.com> | 2020-12-15 19:00:19 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2020-12-15 19:00:19 (GMT) |
commit | 26f170e17d829915d8e43e1165bd53bf67c8799b (patch) | |
tree | 9159fd35a32cc16eae568f81192f9ddca45d37f5 /library | |
parent | d921796fe83a3cd33d356413e18c3f9ea3180629 (diff) | |
parent | bdddef68aedce30e4f3a00d4d5d40f7328a02c69 (diff) | |
download | tk-26f170e17d829915d8e43e1165bd53bf67c8799b.zip tk-26f170e17d829915d8e43e1165bd53bf67c8799b.tar.gz tk-26f170e17d829915d8e43e1165bd53bf67c8799b.tar.bz2 |
Merge 8.6
Diffstat (limited to 'library')
-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 |