Applied patch by "vegardw":

* Fix order of Source/Destination buttons in Expander after porting the UI
   to use layout management.

Fixes #5283. Thanks a lot!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35140 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2010-01-18 08:44:18 +00:00
parent 35982ed847
commit 0dd025d0c4
1 changed files with 1 additions and 1 deletions

View File

@ -86,8 +86,8 @@ ExpanderWindow::ExpanderWindow(BRect frame, const entry_ref* ref,
topView->AddChild(BGroupLayoutBuilder(B_VERTICAL, spacing)
.AddGroup(B_HORIZONTAL, spacing)
.AddGroup(B_VERTICAL, 5.0)
.Add(fDestButton)
.Add(fSourceButton)
.Add(fDestButton)
.Add(fExpandButton)
.End()
.AddGroup(B_VERTICAL, spacing)