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
commitfcdf44ef0fd9b4c12e7a5c57a5dfe6080f69779d (patch)
treecd37886b39f84226a9091b3eab60ced908ff22c6
parent1057ccb6fad3fd7c37733aefc620a0d13cb33dba (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 c5e41227896a..41a5de5650f1 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();