Message 253311 - Python tracker
Message253311
| Author | markroseman |
|---|---|
| Recipients | kbk, markroseman, python-dev, roger.serwy, taleinat, terry.reedy |
| Date | 2015-10-21.22:53:22 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1445468002.44.0.282313875136.issue24782@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The extra width appears to be coming from the canvas inside VerticalScrolledFrame; the canvas gets the default size and the frame adjusts to fit its contents (the canvas and the scrollbar). If you really want to reduce the size, add a "-width" option where that canvas is being created. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-10-21 22:53:22 | markroseman | set | recipients: + markroseman, terry.reedy, kbk, taleinat, roger.serwy, python-dev |
| 2015-10-21 22:53:22 | markroseman | set | messageid: <1445468002.44.0.282313875136.issue24782@psf.upfronthosting.co.za> |
| 2015-10-21 22:53:22 | markroseman | link | issue24782 messages |
| 2015-10-21 22:53:22 | markroseman | create | |