Adjusted size of PyPAD configuration window to match size of rdairplay(1).

This commit is contained in:
Patrick Linstruth
2019-01-24 12:42:37 -08:00
parent 568fedd74a
commit 3d4b577338
2 changed files with 4 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ EditPypad::EditPypad(int id,QWidget *parent)
QSize EditPypad::sizeHint() const
{
return QSize(600,800);
return QSize(600,738);
}