Changeset 9758

Show
Ignore:
Timestamp:
12/17/09 17:26:33 (9 months 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.

Files:
1 modified

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        );