[Libreoffice-commits] .: cui/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed Jun 20 04:43:39 PDT 2012


 cui/source/options/certpath.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e41a630bc8aa93a104d56820862e28386805197a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Jun 20 12:42:52 2012 +0100

    make space for radiobuttons in cert dialog a bit bigger
    
    Change-Id: I0726d3ea1661d00495e87897746d3baaf768c170

diff --git a/cui/source/options/certpath.cxx b/cui/source/options/certpath.cxx
index 417ab1f..667e72b 100644
--- a/cui/source/options/certpath.cxx
+++ b/cui/source/options/certpath.cxx
@@ -60,7 +60,7 @@ CertPathDialog::CertPathDialog( Window* pParent ) :
 {
     static long aStaticTabs[]=
     {
-        3, 0, 10, 70
+        3, 0, 15, 75
     };
 
     m_aCertPathList.SvxSimpleTable::SetTabs( aStaticTabs );


More information about the Libreoffice-commits mailing list