[PATCH] fix password dialog layout problem - fdo#36951
Andras Timar
atimar at suse.com
Fri May 13 01:24:29 PDT 2011
---
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
--------------080903050202080906090500--
More information about the LibreOffice
mailing list