Merge branch 'deltecent-pypadconfig'

This commit is contained in:
Fred Gleason 2019-01-25 06:09:33 -08:00
commit 0b39a6658e
2 changed files with 4 additions and 1 deletions

View File

@ -18417,3 +18417,6 @@
2019-01-25 Patrick Linstruth <patrick@deltecent.com>
* Added a 'pypad_xcmd.py' PyPAD script for sending PAD data to
RDS encoders supporting the Pira.cz X-Command protocol.
2019-01-25 Patrick Linstruth <patrick@deltecent.com>
* Reduced size of PyPAD edit window in rdadmin(1) to match
rdairplay(1).

View File

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