less is more: updating the outmost parent is enough; refs #149

master
Marc Wäckerlin 12 years ago
parent 99246ab9a9
commit b61222e7cd
  1. 1
      src/pinentry.hxx

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

Loading…
Cancel
Save