[Libreoffice-commits] core.git: dbaccess/source
Muhammet Kara
muhammet.kara at pardus.org.tr
Wed Jun 22 07:34:23 UTC 2016
dbaccess/source/ui/misc/WCopyTable.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7e2ad84c9f77116b8faa27c0db6fd3dd26b68bc9
Author: Muhammet Kara <muhammet.kara at pardus.org.tr>
Date: Tue Jun 21 14:38:08 2016 +0300
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 at libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at 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) );
More information about the Libreoffice-commits
mailing list