Ignore:
Timestamp:
Dec 31, 2009, 1:41:17 AM (14 years ago)
Author:
ronosman
Message:

Bug fixed : change radiobox size to fit larger caption.

File:
1 edited

Legend:

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

    r4467 r4592  
    3636    $item0->AddWindow( $item1, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
    3737
    38     my( $item2 ) = Wx::RadioBox->new( $parent, $main::ID_REUPLOAD_ACTION_FILES, "Thumbnail, web size, high definition files", wxDefaultPosition, [450,-1],
     38    my( $item2 ) = Wx::RadioBox->new( $parent, $main::ID_REUPLOAD_ACTION_FILES, "Thumbnail, web size, high definition files", wxDefaultPosition, [600,-1],
    3939        ["nothing","replace"] , 1, wxRA_SPECIFY_COLS );
    4040    $item0->AddWindow( $item2, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
    4141
    42     my( $item3 ) = Wx::RadioBox->new( $parent, $main::ID_REUPLOAD_ACTION_PROPERTIES, "Title, description, author, created date )", wxDefaultPosition, [450,-1],
     42    my( $item3 ) = Wx::RadioBox->new( $parent, $main::ID_REUPLOAD_ACTION_PROPERTIES, "Title, description, author, created date )", wxDefaultPosition, [600,-1],
    4343        ["nothing","append ( keep existing and set if not defined in Piwigo )","replace"] , 1, wxRA_SPECIFY_COLS );
    4444    $item0->AddWindow( $item3, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
    4545
    46     my( $item4 ) = Wx::RadioBox->new( $parent, $main::ID_REUPLOAD_ACTION_PROPERTIES_M, "Categories, tags", wxDefaultPosition, [450,-1],
     46    my( $item4 ) = Wx::RadioBox->new( $parent, $main::ID_REUPLOAD_ACTION_PROPERTIES_M, "Categories, tags", wxDefaultPosition, [600,-1],
    4747        ["nothing","append ( keep existing and add new )","replace"] , 1, wxRA_SPECIFY_COLS );
    4848    $item0->AddWindow( $item4, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
Note: See TracChangeset for help on using the changeset viewer.