summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-07-18 12:18:50 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-07-18 12:18:50 (GMT)
commitac5b7e605129f0a9b06055347b1d1d0074ff1c95 (patch)
treef81e58f7bf0ff111ccd3414f965a76773a2ffbdf /doc
parentacc0ba4af690545c19ed138807c702d988839ce7 (diff)
downloadtk-ac5b7e605129f0a9b06055347b1d1d0074ff1c95.zip
tk-ac5b7e605129f0a9b06055347b1d1d0074ff1c95.tar.gz
tk-ac5b7e605129f0a9b06055347b1d1d0074ff1c95.tar.bz2
In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -side (resp. TTK_PACK_*) is not given. Remove such superfluous specifications.
Diffstat (limited to 'doc')
-rw-r--r--doc/ttk_intro.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ttk_intro.n b/doc/ttk_intro.n
index 06db167..f93cbe3 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 \-expand true \-sticky ew
+ Scrollbar.thumb \-sticky ew
}
}
.CE