Ignore:
Timestamp:
Jan 21, 2010, 11:36:13 PM (14 years ago)
Author:
ronosman
Message:

Feature 1389 added : remove AUI docking manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/Uploader/GUI/wxPhotoProperties.pm

    r4477 r4718  
    2323             wxDefaultSize
    2424             wxDefaultPosition
    25                         wxTAB_TRAVERSAL
     25            wxTAB_TRAVERSAL
    2626             wxID_CANCEL
    2727             wxID_OK
     
    3232                    EVT_UPDATE_UI
    3333                    EVT_BUTTON
    34                                         EVT_CLOSE
     34                    EVT_CLOSE
    3535                /;
    3636
     
    4343
    4444
    45 #    my $self = $class->SUPER::new( $params->{parentwnd}, -1, wxDefaultPosition, [600, 350]);
    46     my $self = $class->SUPER::new( $params->{parentwnd}, -1, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL );
    47         #$self->SetMinSize([600, 350]);
     45    my $self = $class->SUPER::new( $params->{parentwnd}, -1, wxDefaultPosition, [-1, -1], wxTAB_TRAVERSAL );
    4846    # load controls
    4947    eval {
     
    5452        );
    5553
    56         #$self->_init_values;           
    5754        $self->InitLabels();
    5855                $self->InitChoices();
Note: See TracChangeset for help on using the changeset viewer.