Increase width of Copy Table dialog in Base

Currently the "Help" button is cropped and partially visible
on the Copy Table wizard. Increasing the width to 700 seems to
make it fully visible again.

Change-Id: Ib64ab0724d944f310f1c76a01ee91f00087bc320
Reviewed-on: https://gerrit.libreoffice.org/26548
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
diff --git a/dbaccess/source/ui/misc/WCopyTable.cxx b/dbaccess/source/ui/misc/WCopyTable.cxx
index 240d638..73281f4 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<HelpButton>::Create(this, WB_TABSTOP) );
    AddButton( m_pbCancel = VclPtr<CancelButton>::Create(this, WB_TABSTOP) );