CVS commit by mornfall:
Set a sensible minimum size on the error dialog...
M +1 -0 errordialog.cpp 1.4
--- kdenonbeta/kdedebian/kapture/libkapture/errordialog.cpp #1.3:1.4
@@ -14,4 +14,5 @@ ErrorDialog::ErrorDialog (QWidget *paren
{
KListBox *b = new KListBox (this);
+ b -> setMinimumSize (QSize (500, 90));
setMainWidget (b);
string s;