Casting and Costume Management Application
Check-in [9c5d43961b]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Adjsut width of tree column.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 9c5d43961b8e71b89f4cb12ed0619ea9eca40e71
User & Date: gerald 2012-12-14 05:18:32.615
Context
2013-09-18
03:02
Corrections to Audition Entry screen and others. check-in: d5cf5d009b user: gerald tags: trunk
2012-12-14
05:18
Adjsut width of tree column. check-in: 9c5d43961b user: gerald tags: trunk
2012-12-12
00:15
Added emty Database as starting point to repository. check-in: 4e409505f7 user: gerald tags: trunk, Release_0.5.0
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/Guis/CostumeTab.tcl.
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
        -orient vertical \
        -command [list $l.data yview]
    ttk::scrollbar $l.hsb \
        -orient horizontal \
        -command [list $l.data xview]
    bind $l.data <<TreeviewSelect>> DisplayCostumeDetails
    $l.data column #0 \
        -width 20 \
        -stretch n \
        -anchor c
    foreach col $CostumeColList {
        $l.data column $col \
            -stretch n \
            -anchor e
        $l.data heading $col \







|







79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
        -orient vertical \
        -command [list $l.data yview]
    ttk::scrollbar $l.hsb \
        -orient horizontal \
        -command [list $l.data xview]
    bind $l.data <<TreeviewSelect>> DisplayCostumeDetails
    $l.data column #0 \
        -width 100 \
        -stretch n \
        -anchor c
    foreach col $CostumeColList {
        $l.data column $col \
            -stretch n \
            -anchor e
        $l.data heading $col \