The "Screen" preferences application is no longer compatible to BeOS
(it could be built with minimal effort, but it looks awful since BMenuFields are not resized correctly on R5). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16429 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7b51c43305
commit
8242ac7f2f
@ -1,6 +1,5 @@
|
|||||||
SubDir HAIKU_TOP src preferences screen ;
|
SubDir HAIKU_TOP src preferences screen ;
|
||||||
|
|
||||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
|
||||||
AddSubDirSupportedPlatforms libbe_test ;
|
AddSubDirSupportedPlatforms libbe_test ;
|
||||||
|
|
||||||
UsePrivateHeaders [ FDirName graphics radeon ] ;
|
UsePrivateHeaders [ FDirName graphics radeon ] ;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2005, Haiku.
|
* Copyright 2001-2006, Haiku.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
@ -1039,7 +1039,6 @@ ScreenWindow::LayoutControls(uint32 flags)
|
|||||||
fApplyButton->MoveTo(boxFrame.right - fApplyButton->Bounds().Width(),
|
fApplyButton->MoveTo(boxFrame.right - fApplyButton->Bounds().Width(),
|
||||||
fDefaultsButton->Frame().top);
|
fDefaultsButton->Frame().top);
|
||||||
|
|
||||||
|
|
||||||
ResizeTo(boxFrame.right + 10, fDefaultsButton->Frame().bottom + 10);
|
ResizeTo(boxFrame.right + 10, fDefaultsButton->Frame().bottom + 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user