mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-21 16:38:54 +02:00
Merge branch 'deltecent-pypadconfig'
This commit is contained in:
commit
0b39a6658e
@ -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).
|
||||
|
@ -100,7 +100,7 @@ EditPypad::EditPypad(int id,QWidget *parent)
|
||||
|
||||
QSize EditPypad::sizeHint() const
|
||||
{
|
||||
return QSize(600,800);
|
||||
return QSize(600,738);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user