* build fix

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28709 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Karsten Heimrich 2008-11-21 18:31:29 +00:00
parent faff99c017
commit c96059e055
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ AntialiasingSettingsView::AntialiasingSettingsView(const char* name)
rgb_color infoColor = tint_color(ui_color(B_PANEL_BACKGROUND_COLOR),
B_DARKEN_4_TINT);
// TODO: Replace with layout friendly constructor once available.
BRect textBounds = rect.InsetByCopy(10, 10).OffsetToSelf(B_ORIGIN);
BRect textBounds = Bounds();
BTextView* subpixelAntialiasingDisabledLabel = new BTextView(
textBounds, "unavailable label", textBounds, &infoFont, &infoColor,
B_FOLLOW_NONE, B_WILL_DRAW | B_SUPPORTS_LAYOUT);