mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
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:
@@ -716,7 +716,7 @@ MainWidget::MainWidget(RDConfig *config,QWidget *parent)
|
||||
|
||||
QSize MainWidget::sizeHint() const
|
||||
{
|
||||
return QSize(1075,870);
|
||||
return QSize(1555,870);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user