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 | 1872aad7233f6e47a1d4b8755c71c72ea9171d86 (patch) | |
tree | 01838a76667e3e4f6101e8014c848e00b2e8fdc9 /library/ttk | |
parent | f90957c6e709c63457fce8ea391b8b6086187a0f (diff) | |
download | tk-1872aad7233f6e47a1d4b8755c71c72ea9171d86.zip tk-1872aad7233f6e47a1d4b8755c71c72ea9171d86.tar.gz tk-1872aad7233f6e47a1d4b8755c71c72ea9171d86.tar.bz2 |
Implementation of TIP #442 by René Zaumseil - Display text in progressbars
Diffstat (limited to 'library/ttk')
-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 \ |