less is more: updating the outmost parent is enough; refs #149
This commit is contained in:
@@ -75,7 +75,6 @@ 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();
|
|
||||||
}
|
}
|
||||||
protected:
|
protected:
|
||||||
QString utfConv(const QString& txt) {
|
QString utfConv(const QString& txt) {
|
||||||
|
Reference in New Issue
Block a user