On 17.11.2007, at 20:43, Wolfgang Illmeyer wrote: > Hi. > I have found a fix for the passphrase dialog problem. > If I replace > resize(minimumSize()); > by > resize(sizeHint()); > in PassphraseDlg::promptPassphrase() in , the passphrase dialog gets > shown > again. And does the resize(minimumSizeHint()); work okay too? -Michail