Set the "no border" look to avoid the double frame around the WebView.
git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@169 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
@@ -33,8 +33,7 @@ WebTabView::WebTabView(const char *name, const BMessenger& target)
|
|||||||
: BTabView(name)
|
: BTabView(name)
|
||||||
, m_target(target)
|
, m_target(target)
|
||||||
{
|
{
|
||||||
if (BGroupLayout* layout = dynamic_cast<BGroupLayout*>(GetLayout()))
|
SetBorder(B_NO_BORDER);
|
||||||
layout->SetInsets(2, 2 + TabHeight() - 1, 2, 2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WebTabView::~WebTabView(void)
|
WebTabView::~WebTabView(void)
|
||||||
|
|||||||
Reference in New Issue
Block a user