Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tweaks |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
05bfea91b9f7a5e9c27ee2c01a6113c3 |
User & Date: | kevin 2016-04-08 01:30:08 |
Context
2016-04-08
| ||
01:44 | Update docs check-in: 97c6298fb1 user: kevin tags: trunk | |
01:30 | Tweaks check-in: 05bfea91b9 user: kevin tags: trunk | |
01:13 | Update Windows build, add Windows image check-in: 702ea73170 user: kevin tags: trunk | |
Changes
Changes to QuickWho.py.
︙ | |||
469 470 471 472 473 474 475 | 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 | - + | self.textscroll.pack(side=RIGHT, fill=Y, expand=NO) self.textdisplay.configure(yscrollcommand=self.textscroll.set) self.textscroll.configure(command=self.textdisplay.yview) self.lefttop = Tile.Frame(self.bottomleft) self.lefttop.pack(side=TOP, fill=BOTH, expand=YES) |
︙ |