The fancy border is now 3 pixels wide.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30189 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ddd8303099
commit
699451e6f9
@ -802,7 +802,7 @@ BBox::_ValidateLayoutData()
|
||||
fLayoutData->insets.Set(1, 1, 1, 1);
|
||||
break;
|
||||
case B_FANCY_BORDER:
|
||||
fLayoutData->insets.Set(2, 2, 2, 2);
|
||||
fLayoutData->insets.Set(3, 3, 3, 3);
|
||||
break;
|
||||
case B_NO_BORDER:
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user