Changeset b36d53cc61ecdfd153a0c3f7029459580c56d6c4


Ignore:
Timestamp:
18/08/10 12:17:44 (3 years ago)
Author:
Matias De la Puente <mfpuente.ar@…>
Children:
93a4b80d084e57ee8d0d11234a7290ac128ac462
Parents:
9d43db94269512bf20ab23e9dd7416fe0c741151
git-committer:
Matias De la Puente <mfpuente.ar@…> (18/08/10 12:17:44)
Message:

MainWindow?: Improve bottom_panel size at initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libi4uc/i4ucmainwindowview.vala

    r34fbc24 rb36d53c  
    9393 
    9494                var vpaned = new VPaned (); 
    95                 vpaned.add1 (_pages_panel); 
    96                 vpaned.add2 (_bottom_panel); 
     95                vpaned.pack1 (_pages_panel, true, true); 
     96                vpaned.pack2 (_bottom_panel, false, true); 
    9797 
    9898                var hpaned = new HPaned (); 
Note: See TracChangeset for help on using the changeset viewer.