now even fails the first time - next try; refs #149

This commit is contained in:
Marc Wäckerlin
2012-05-10 10:21:27 +00:00
parent 20115f037d
commit bfe064f7ed

View File

@@ -75,7 +75,7 @@ class PinEntry: public QDialog, public Ui::PinEntry {
void on__showDetails_toggled(bool s) {
_cert->setVisible(s);
adjustSize();
_cert->adjust();
// _cert->adjust();
}
protected:
QString utfConv(const QString& txt) {