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

master
Marc Wäckerlin 13 years ago
parent 20115f037d
commit bfe064f7ed
  1. 2
      src/pinentry.hxx

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

Loading…
Cancel
Save