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 <ati...@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

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to