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>
This commit is contained in:
Muhammet Kara
2016-06-21 14:38:08 +03:00
committed by Samuel Mehrbrodt
parent 3e53c6ba93
commit 7e2ad84c9f

View File

@@ -637,7 +637,7 @@ OCopyTableWizard::OCopyTableWizard( vcl::Window* pParent, const OUString& _rDefa
void OCopyTableWizard::construct() void OCopyTableWizard::construct()
{ {
SetSizePixel(Size(580, 350)); SetSizePixel(Size(700, 350));
AddButton( m_pbHelp = VclPtr<HelpButton>::Create(this, WB_TABSTOP) ); AddButton( m_pbHelp = VclPtr<HelpButton>::Create(this, WB_TABSTOP) );
AddButton( m_pbCancel = VclPtr<CancelButton>::Create(this, WB_TABSTOP) ); AddButton( m_pbCancel = VclPtr<CancelButton>::Create(this, WB_TABSTOP) );