Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi,

Could anyone review and sign-off this patch in 3.4 branch? It fixes the
layout of password dialog (e.g. File - Properties - Security, File -
Export to PDF - Security). It is not critical but it looks ugly.

Thanks,
Andras
From 4f5b9c060c38d46db0f2df008979fc8e4d9f4d79 Mon Sep 17 00:00:00 2001
From: Andras Timar <atimar@suse.com>
Date: Fri, 13 May 2011 10:24:29 +0200
Subject: [PATCH] fix password dialog layout problem - fdo#36951

---
 sfx2/source/dialog/passwd.cxx |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/sfx2/source/dialog/passwd.cxx b/sfx2/source/dialog/passwd.cxx
index 67b3d7b..86eb82a 100644
--- a/sfx2/source/dialog/passwd.cxx
+++ b/sfx2/source/dialog/passwd.cxx
@@ -165,6 +165,9 @@ SfxPasswordDialog::SfxPasswordDialog( Window* pParent, const String* pGroupText
     // add second confirm line
     xEdits->addRow( &maConfirm2FT, &maConfirm2ED, -2, aEditSize );
     
+    // add password length warning line
+    xEdits->addWindow( &maMinLengthFT );
+
     // add a FixedLine
     FixedLine* pLine = new FixedLine( this, 0 );
     pLine->Show();
-- 
1.7.0.4


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.