Ticket #5283: expander.patch

File expander.patch, 516 bytes (added by vegardw, 14 years ago)
  • src/apps/expander/ExpanderWindow.cpp

     
    8686    topView->AddChild(BGroupLayoutBuilder(B_VERTICAL, spacing)
    8787        .AddGroup(B_HORIZONTAL, spacing)
    8888            .AddGroup(B_VERTICAL, 5.0)
     89                .Add(fSourceButton)
    8990                .Add(fDestButton)
    90                 .Add(fSourceButton)
    9191                .Add(fExpandButton)
    9292            .End()
    9393            .AddGroup(B_VERTICAL, spacing)