Ignore:
Timestamp:
12/17/09 17:26:33 (2 years ago)
Author:
adamk
Message:

Trim about 10% off the default width of the right box, the function list always seems just a little bit too wide.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Right.pm

    r9685 r9758  
    2525        -1, 
    2626        Wx::wxDefaultPosition, 
    27         Wx::Size->new( 200, 500 ), # Used when floating 
     27        Wx::Size->new( 180, 500 ), # Used when floating 
    2828        Wx::wxAUI_NB_SCROLL_BUTTONS | Wx::wxAUI_NB_TOP | Wx::wxBORDER_NONE 
    2929    ); 
Note: See TracChangeset for help on using the changeset viewer.