toggle SvSimpleTableContainer border on by default
Change-Id: I4d6ef44148ba7140405facab7c1d3e7f78a0b8ab
This commit is contained in:
@@ -43,7 +43,7 @@ SvSimpleTableContainer::SvSimpleTableContainer(Window* pParent, WinBits nBits)
|
||||
extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvSimpleTableContainer(Window *pParent,
|
||||
VclBuilder::stringmap &)
|
||||
{
|
||||
return new SvSimpleTableContainer(pParent, WB_TABSTOP | WB_DIALOGCONTROL);
|
||||
return new SvSimpleTableContainer(pParent, WB_TABSTOP | WB_DIALOGCONTROL | WB_BORDER);
|
||||
}
|
||||
|
||||
void SvSimpleTableContainer::SetTable(SvSimpleTable* pTable)
|
||||
|
Reference in New Issue
Block a user