Changeset 11743


Ignore:
Timestamp:
07/01/10 05:18:09 (20 months ago)
Author:
adamk
Message:

Moving back to a pure default -1 rect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/t/02-new.t

    r10259 r11743  
    6868    is( $config->editor_style             => 'default' ); 
    6969    is( $config->main_maximized           => 0 ); 
    70     is( $config->main_top                 => 40 ); 
    71     is( $config->main_left                => 20 ); 
    72     is( $config->main_width               => 600 ); 
    73     is( $config->main_height              => 400 ); 
     70    is( $config->main_top                 => -1 ); 
     71    is( $config->main_left                => -1 ); 
     72    is( $config->main_width               => -1 ); 
     73    is( $config->main_height              => -1 ); 
    7474} 
    7575 
Note: See TracChangeset for help on using the changeset viewer.