Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tweak window height |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5bbda14f2d5089243fd34ff668441959 |
User & Date: | kevin 2020-05-05 01:58:37 |
Context
2020-05-05
| ||
02:45 | Tweak for hidden window check-in: d4e38fd03a user: kevin tags: trunk | |
01:58 | Tweak window height check-in: 5bbda14f2d user: kevin tags: trunk | |
2020-04-30
| ||
02:56 | Windows tweaks check-in: 9181bed4d8 user: kevin tags: trunk | |
Changes
Changes to filemorph.pl.
︙ | ︙ | |||
295 296 297 298 299 300 301 | -side => "top", ); my $listbox = $boxframe->new_listbox( -relief => "flat", -bd => 0, -activestyle => "none", | | | 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 | -side => "top", ); my $listbox = $boxframe->new_listbox( -relief => "flat", -bd => 0, -activestyle => "none", -height => 20, -width => 80 ); $listbox->g_pack( -fill => "both", -expand => "yes", -side => "left", ); |
︙ | ︙ |