dbaccess/source/ui/misc/WCopyTable.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7e2ad84c9f77116b8faa27c0db6fd3dd26b68bc9
Author: Muhammet Kara <muhammet.k...@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 <c...@libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@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) );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to