diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx b/dbaccess/source/ui/misc/WCopyTable.cxx index 240d63899406..73281f417597 100644 --- a/dbaccess/source/ui/misc/WCopyTable.cxx +++ b/dbaccess/source/ui/misc/WCopyTable.cxx @@ -637,7 +637,7 @@ OCopyTableWizard::OCopyTableWizard( vcl::Window* pParent, const OUString& _rDefa void OCopyTableWizard::construct() { - SetSizePixel(Size(580, 350)); + SetSizePixel(Size(700, 350)); AddButton( m_pbHelp = VclPtr::Create(this, WB_TABSTOP) ); AddButton( m_pbCancel = VclPtr::Create(this, WB_TABSTOP) );