Fix incorrect flag and resizing mode order.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28577 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-11-09 17:36:38 +00:00
parent 39dbc363ef
commit f0125931b4
+1 -1
View File
@@ -269,7 +269,7 @@ ThemeInterfaceView::AllAttached()
fScreenshotPane->SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
#endif
fScreenshotNone = new BStringView(BRect(), "sshotnone", _T("No Theme selected"), (uint32) 0, B_FOLLOW_ALL);
fScreenshotNone = new BStringView(BRect(), "sshotnone", _T("No Theme selected"), B_FOLLOW_ALL);
fScreenshotNone->SetFontSize(20.0);
fScreenshotNone->SetAlignment(B_ALIGN_CENTER);
fBox->AddChild(fScreenshotNone);