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:
Axel Dörfler 2006-02-16 16:35:47 +00:00
parent 7b51c43305
commit 8242ac7f2f
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
SubDir HAIKU_TOP src preferences screen ;
SetSubDirSupportedPlatformsBeOSCompatible ;
AddSubDirSupportedPlatforms libbe_test ;
UsePrivateHeaders [ FDirName graphics radeon ] ;

View File

@ -1,5 +1,5 @@
/*
* Copyright 2001-2005, Haiku.
* Copyright 2001-2006, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
@ -1039,7 +1039,6 @@ ScreenWindow::LayoutControls(uint32 flags)
fApplyButton->MoveTo(boxFrame.right - fApplyButton->Bounds().Width(),
fDefaultsButton->Frame().top);
ResizeTo(boxFrame.right + 10, fDefaultsButton->Frame().bottom + 10);
}