Changeset 4793


Ignore:
Timestamp:
Jan 29, 2010, 8:10:54 PM (14 years ago)
Author:
ronosman
Message:

Photo properties panel : set stretch factor to 1 for categories panel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/res/photo_properties_with_categories_tags_wdr.pl

    r4785 r4793  
    138138    $item4->AddWindow( $item10, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
    139139
    140     $item0->Add( $item4, 1, 0, 0 );
     140    $item0->Add( $item4, 0, 0, 0 );
    141141
    142142    my( $item11 ) = Wx::BoxSizer->new( wxVERTICAL );
     
    148148    $item11->AddWindow( $item13, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
    149149
    150     $item0->Add( $item11, 0, 0, 5 );
     150    $item0->Add( $item11, 1, Wx::wxALIGN_TOP, 5 );
    151151
    152152    my( $set_size ) = @_ >= 3 ? $_[2] : 1;
Note: See TracChangeset for help on using the changeset viewer.