2023-06-02 Fred Gleason <fredg@paravelsystems.com>

* Changed the minimum size of the rdairplay(1) main window to
	1555x870 pixels.
	* Changed the minimum required display resolution in 'INSTALL' to
	1680x1050 pixels.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-06-02 14:38:50 -04:00
parent 210bb8bca7
commit e03e484d43
3 changed files with 7 additions and 2 deletions

View File

@@ -716,7 +716,7 @@ MainWidget::MainWidget(RDConfig *config,QWidget *parent)
QSize MainWidget::sizeHint() const
{
return QSize(1075,870);
return QSize(1555,870);
}