diff options
author | drh <drh@sqlite.org> | 2001-02-12 18:06:47 (GMT) |
---|---|---|
committer | drh <drh@sqlite.org> | 2001-02-12 18:06:47 (GMT) |
commit | 413e598de2e293d8046eaadcb0e4e30a9b9f49cc (patch) | |
tree | a7e13b5d6f5052a80f4cc71760b9cbdc5b952852 /ChangeLog | |
parent | 68371803a20c54dd7674dfb0e56673f3bf1218ae (diff) | |
download | tk-413e598de2e293d8046eaadcb0e4e30a9b9f49cc.zip tk-413e598de2e293d8046eaadcb0e4e30a9b9f49cc.tar.gz tk-413e598de2e293d8046eaadcb0e4e30a9b9f49cc.tar.bz2 |
Asymmetric padding in "pack" and "grid" geometry managers
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2001-02-12 D. Richard Hipp <drh@hwaci.com> + + TIP #21: Asymmetric padding in the pack and grid geometry managers. + With this changes, you can now say "-padx {10 20}" to put 10 pixels + of padding on the left and 20 on the right. Similar rules apply + for vertical padding. See the revised documentation for details. + 2001-01-02 Andreas Kupries <a.kupries@westend.com> * Everything below belongs together and implements TIP #8 |