Kaydet (Commit) 7e2ad84c authored tarafından Muhammet Kara's avatar Muhammet Kara Kaydeden (comit) Samuel Mehrbrodt

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/26548Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 3e53c6ba
......@@ -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) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment