Fix simple regression from r38512 in ActivityMonitor. Expected default spacing was 0, but this must now be explicitly requested.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38513 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
82ab316723
commit
8b0cc2ea42
@ -44,7 +44,7 @@ ActivityWindow::ActivityWindow()
|
||||
}
|
||||
|
||||
#ifdef __HAIKU__
|
||||
BGroupLayout* layout = new BGroupLayout(B_VERTICAL);
|
||||
BGroupLayout* layout = new BGroupLayout(B_VERTICAL, 0);
|
||||
SetLayout(layout);
|
||||
|
||||
// create GUI
|
||||
|
Loading…
Reference in New Issue
Block a user