mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-10 17:37:47 +02:00
2019-02-19 Fred Gleason <fredg@paravelsystems.com>
* Changed the minimum size of the 'Edit PyPAD Instance dialog in rdadmin(1) to be 600x660.
This commit is contained in:
parent
489db27fc9
commit
8a70993a33
@ -18484,3 +18484,6 @@
|
||||
* Added 'RnRmlOwner=' and 'RnRmlGroup=' directives to rd.conf(5).
|
||||
* Refactored the implementation of the 'Run Shell Command' ['RN']
|
||||
RML to use runuser(1).
|
||||
2019-02-19 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Changed the minimum size of the 'Edit PyPAD Instance dialog in
|
||||
rdadmin(1) to be 600x660.
|
||||
|
@ -100,7 +100,7 @@ EditPypad::EditPypad(int id,QWidget *parent)
|
||||
|
||||
QSize EditPypad::sizeHint() const
|
||||
{
|
||||
return QSize(600,738);
|
||||
return QSize(600,660);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user