Commit 9cea8ea
Embedding in Tk example: Fix toolbar being clipped. (#15266)
Calling `pack` without options puts the widget at the end of the package
list. Space is allocated to widgets sequentially. If a window is too
small, there may be no space left for widgets. By packing the canvas
last, we essentially give the toolbar and the quit button priority in
the packing order.
Fixes #13485.1 parent 2aba5aa commit 9cea8ea
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
0 commit comments