diff options
author | fvogel <fvogelnew1@free.fr> | 2016-08-18 19:05:41 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-08-18 19:05:41 (GMT) |
commit | ee16a52044d53a25664ecc7f02b042e3fb638baf (patch) | |
tree | 01838a76667e3e4f6101e8014c848e00b2e8fdc9 /library | |
parent | 0fbc2c33a10a40e46c9247049d602901b522c674 (diff) | |
download | tk-ee16a52044d53a25664ecc7f02b042e3fb638baf.zip tk-ee16a52044d53a25664ecc7f02b042e3fb638baf.tar.gz tk-ee16a52044d53a25664ecc7f02b042e3fb638baf.tar.bz2 |
Implementation of TIP #442 by René Zaumseil - Display text in progressbars
Diffstat (limited to 'library')
-rw-r--r-- | library/ttk/vistaTheme.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/ttk/vistaTheme.tcl b/library/ttk/vistaTheme.tcl index 1ec824a..c284a52 100644 --- a/library/ttk/vistaTheme.tcl +++ b/library/ttk/vistaTheme.tcl @@ -182,6 +182,7 @@ namespace eval ttk::theme::vista { ttk::style layout Horizontal.TProgressbar { Horizontal.Progressbar.trough -sticky nswe -children { Horizontal.Progressbar.pbar -side left -sticky ns + Horizontal.Progressbar.text -sticky nesw } } ttk::style element create Vertical.Progressbar.pbar vsapi \ |