mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-27 06:08:01 +02:00
Adjusted size of PyPAD configuration window to match size of rdairplay(1).
This commit is contained in:
parent
568fedd74a
commit
3d4b577338
@ -18414,3 +18414,6 @@
|
|||||||
* Updated comments in 'pypad.Receiver::serviceDescription()' and
|
* Updated comments in 'pypad.Receiver::serviceDescription()' and
|
||||||
'pypad.Receiver::padField()' methods to caution against confusing
|
'pypad.Receiver::padField()' methods to caution against confusing
|
||||||
the two.
|
the two.
|
||||||
|
2019-01-24 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
|
QSize EditPypad::sizeHint() const
|
||||||
{
|
{
|
||||||
return QSize(600,800);
|
return QSize(600,738);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user