diff options
author | fvogel <fvogelnew1@free.fr> | 2020-07-18 12:05:24 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-07-18 12:05:24 (GMT) |
commit | 29dbbc2b98d03faa31105171d49ec5a219dab3a1 (patch) | |
tree | 9aa7d62df517d0cc28da2be74148be5c179a01c0 /doc/ttk_intro.n | |
parent | 5c61bcbe7c9f0de02a56e88fcd6253a2b2cfb482 (diff) | |
download | tk-29dbbc2b98d03faa31105171d49ec5a219dab3a1.zip tk-29dbbc2b98d03faa31105171d49ec5a219dab3a1.tar.gz tk-29dbbc2b98d03faa31105171d49ec5a219dab3a1.tar.bz2 |
In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for respectively the TTK_EXPAND and TTK_PACK_* flags. Remove such specs that are anyway ignored.
Diffstat (limited to 'doc/ttk_intro.n')
-rw-r--r-- | doc/ttk_intro.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ttk_intro.n b/doc/ttk_intro.n index 581cb44..06db167 100644 --- a/doc/ttk_intro.n +++ b/doc/ttk_intro.n @@ -86,7 +86,7 @@ ttk::\fBstyle layout\fR Horizontal.TScrollbar { Scrollbar.trough \-children { Scrollbar.leftarrow \-side left \-sticky w Scrollbar.rightarrow \-side right \-sticky e - Scrollbar.thumb \-side left \-expand true \-sticky ew + Scrollbar.thumb \-expand true \-sticky ew } } .CE |