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:
@@ -44,7 +44,7 @@ ActivityWindow::ActivityWindow()
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __HAIKU__
|
#ifdef __HAIKU__
|
||||||
BGroupLayout* layout = new BGroupLayout(B_VERTICAL);
|
BGroupLayout* layout = new BGroupLayout(B_VERTICAL, 0);
|
||||||
SetLayout(layout);
|
SetLayout(layout);
|
||||||
|
|
||||||
// create GUI
|
// create GUI
|
||||||
|
|||||||
Reference in New Issue
Block a user