summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-05-13 10:24:29 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-05-16 13:03:54 +0200
commitc0fbbfc7a81fb8496ea21d0c82f4bc6990467125 (patch)
tree8a826408e9b40bfeea20ed057d278b7e5a8c21a3
parent39c7949d6cfe4ef0421e53bdca70b4b06568b9bc (diff)
fix password dialog layout problem - fdo#36951
Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
-rw-r--r--sfx2/source/dialog/passwd.cxx3
1 files changed, 3 insertions, 0 deletions
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();