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:
parent
35982ed847
commit
0dd025d0c4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user