OpenSecurity/bin/password.py
changeset 29 3f564e1673bb
parent 16 e16d64b5e008
     1.1 --- a/OpenSecurity/bin/password.py	Fri Dec 06 12:24:24 2013 +0100
     1.2 +++ b/OpenSecurity/bin/password.py	Mon Dec 09 14:44:41 2013 +0100
     1.3 @@ -105,7 +105,7 @@
     1.4          
     1.5          # text ...
     1.6          lyText = QtGui.QVBoxLayout()
     1.7 -        lyContent.addLayout(lyText)
     1.8 +        lyContent.addLayout(lyText, 1)
     1.9          self.lbText = QtGui.QLabel()
    1.10          lyText.addWidget(self.lbText)
    1.11          lyPassword = QtGui.QHBoxLayout()