diff options
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/basicide/bastypes.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/bastypes.cxx b/basctl/source/basicide/bastypes.cxx index 389dd78d4f3a..cde8bdc9a2e6 100644 --- a/basctl/source/basicide/bastypes.cxx +++ b/basctl/source/basicide/bastypes.cxx @@ -266,7 +266,7 @@ BasicDockingWindow::BasicDockingWindow( Window* pParent ) : BasicDockingWindow::BasicDockingWindow( Window* pParent, const ResId& rResId ) : DockingWindow( pParent, rResId ) { - SetStyle( WB_BORDER | WB_3DLOOK | WB_DOCKABLE | WB_MOVEABLE | + SetStyle( WB_BORDER | WB_3DLOOK | WB_MOVEABLE | WB_SIZEABLE | WB_ROLLABLE | WB_DOCKABLE | WB_CLIPCHILDREN ); } |