Small style cleanups.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30087 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b5067cdcbd
commit
54337aafca
@ -155,7 +155,8 @@ MainWindow::MainWindow(BRect frame)
|
||||
BMenuBar* menuBar = new BMenuBar(Bounds(), "root menu");
|
||||
|
||||
// create all the menu items
|
||||
fFormatMI = new BMenuItem("Format (not implemented)", new BMessage(MSG_FORMAT));
|
||||
fFormatMI = new BMenuItem("Format (not implemented)",
|
||||
new BMessage(MSG_FORMAT));
|
||||
fEjectMI = new BMenuItem("Eject", new BMessage(MSG_EJECT), 'E');
|
||||
fSurfaceTestMI = new BMenuItem("Surface Test (not implemented)",
|
||||
new BMessage(MSG_SURFACE_TEST));
|
||||
|
@ -240,6 +240,9 @@ PartitionListRow::PartitionListRow(partition_id parentID, partition_id id,
|
||||
}
|
||||
|
||||
|
||||
// #pragma mark - PartitionListView
|
||||
|
||||
|
||||
PartitionListView::PartitionListView(const BRect& frame, uint32 resizeMode)
|
||||
: Inherited(frame, "storagelist", resizeMode, 0, B_NO_BORDER, true)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user