mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +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:
@@ -100,7 +100,7 @@ EditPypad::EditPypad(int id,QWidget *parent)
|
||||
|
||||
QSize EditPypad::sizeHint() const
|
||||
{
|
||||
return QSize(600,738);
|
||||
return QSize(600,660);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user