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:
Fred Gleason 2019-02-19 13:59:08 -05:00
parent 489db27fc9
commit 8a70993a33
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

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