mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 06:10:10 +01:00
Adjusted size of PyPAD configuration window to match size of rdairplay(1).
This commit is contained in:
@@ -100,7 +100,7 @@ EditPypad::EditPypad(int id,QWidget *parent)
|
||||
|
||||
QSize EditPypad::sizeHint() const
|
||||
{
|
||||
return QSize(600,800);
|
||||
return QSize(600,738);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user