From c0fbbfc7a81fb8496ea21d0c82f4bc6990467125 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 13 May 2011 10:24:29 +0200 Subject: fix password dialog layout problem - fdo#36951 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric Bosdonnat --- sfx2/source/dialog/passwd.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sfx2/source/dialog/passwd.cxx b/sfx2/source/dialog/passwd.cxx index 67b3d7b041..86eb82ac1f 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(); -- cgit v1.2.3