mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-18 22:22:36 +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:
parent
210bb8bca7
commit
e03e484d43
@ -24205,3 +24205,8 @@
|
|||||||
2023-06-01 Fred Gleason <fredg@paravelsystems.com>
|
2023-06-01 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug that would cause 'failed to load translation file'
|
* Fixed a bug that would cause 'failed to load translation file'
|
||||||
warnings to be sent to the Apache error log.
|
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.
|
||||||
|
2
INSTALL
2
INSTALL
@ -1,7 +1,7 @@
|
|||||||
This is the installation file for the Rivendell package.
|
This is the installation file for the Rivendell package.
|
||||||
|
|
||||||
HARDWARE REQUIREMENTS
|
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).
|
(1920x1080 or higher recommended).
|
||||||
|
|
||||||
|
|
||||||
|
@ -716,7 +716,7 @@ MainWidget::MainWidget(RDConfig *config,QWidget *parent)
|
|||||||
|
|
||||||
QSize MainWidget::sizeHint() const
|
QSize MainWidget::sizeHint() const
|
||||||
{
|
{
|
||||||
return QSize(1075,870);
|
return QSize(1555,870);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user