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

@ -24205,3 +24205,8 @@
2023-06-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug that would cause 'failed to load translation file'
warnings to be sent to the Apache error log.
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.

View File

@ -1,7 +1,7 @@
This is the installation file for the Rivendell package.
HARDWARE REQUIREMENTS
A graphical display capable of at least 1400x900 pixels resolution.
A graphical display capable of at least 1680x1050 pixels resolution.
(1920x1080 or higher recommended).

View File

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