mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2021-06-28 Fred Gleason <fredg@paravelsystems.com>
* Increased the minimum width of the rdairplay(1) main screen to accomodate the added sound panel margin. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -732,7 +732,7 @@ MainWidget::MainWidget(RDConfig *config,QWidget *parent)
|
||||
|
||||
QSize MainWidget::sizeHint() const
|
||||
{
|
||||
return QSize(1024,870);
|
||||
return QSize(1035,870);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user