Fixed what was probably axeld's expected behavior which the previous
fix had changed. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40134 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -181,7 +181,7 @@ PartitionsPage::_FillPartitionsView(BView* view)
|
||||
.Add(BSpaceLayoutItem::CreateHorizontalStrut(10), 2, rowNumber)
|
||||
.Add(typeView, 3, rowNumber)
|
||||
.Add(pathView, 3, rowNumber + 1)
|
||||
.SetRowWeight(rowNumber, 1);
|
||||
.SetRowWeight(rowNumber + 1, 1);
|
||||
rowNumber++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user