Ignore:
Timestamp:
Jan 30, 2010, 6:22:16 PM (14 years ago)
Author:
ronosman
Message:

Photo properties panel : increase minimum width to 450.

File:
1 edited

Legend:

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

    r4800 r4804  
    2929    my( $topsizer ) = Wx::BoxSizer->new( wxVERTICAL );
    3030   
    31     my( $item2 ) = Wx::Notebook->new( $parent, $main::PHOTO_PROPERTIES_NB, wxDefaultPosition, [400,160], 0 );
     31    # defines minimum size
     32    my( $item2 ) = Wx::Notebook->new( $parent, $main::PHOTO_PROPERTIES_NB, wxDefaultPosition, [450,160], 0 );
    3233    my( $item1 ) = $item2;
    3334    if( Wx->VERSION < 0.21 ) {
     
    3839    $topsizer->Add( $item1, 2, wxEXPAND|wxALIGN_CENTER_VERTICAL|wxALL, 5 );
    3940
    40     my( $item3 ) = Wx::TreeCtrl->new( $parent, $main::PHOTO_PROPERTIES_CATEGORIES, wxDefaultPosition, [120,160], wxTR_HAS_BUTTONS|wxTR_LINES_AT_ROOT|wxSUNKEN_BORDER );
     41    my( $item3 ) = Wx::TreeCtrl->new( $parent, $main::PHOTO_PROPERTIES_CATEGORIES, wxDefaultPosition, [450,160], wxTR_HAS_BUTTONS|wxTR_LINES_AT_ROOT );
    4142    # the notebook has adaptive size : stretch factor 1, wxEXPAND
    4243    $topsizer->AddWindow( $item3, 1, wxGROW|wxALL, 5 );
Note: See TracChangeset for help on using the changeset viewer.