From 3d9c0d7c37a5cd1e27ee8d1c12ead6107f1176e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 20 Apr 2008 16:04:45 +0000 Subject: [PATCH] Patch from Shinta: fStyle defaults to B_FANCY_BORDER git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25082 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/Box.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/kits/interface/Box.cpp b/src/kits/interface/Box.cpp index 1551ff6039..1976959c68 100644 --- a/src/kits/interface/Box.cpp +++ b/src/kits/interface/Box.cpp @@ -537,7 +537,8 @@ void BBox::_InitObject(BMessage* archive) { fBounds = Bounds(); - + + fStyle = B_FANCY_BORDER; fLabel = NULL; fLabelView = NULL; fLayoutData = new LayoutData;