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:
Fred Gleason
2021-06-28 10:50:10 -04:00
parent c40ab70dcd
commit c9b60520e1
2 changed files with 4 additions and 1 deletions

View File

@@ -732,7 +732,7 @@ MainWidget::MainWidget(RDConfig *config,QWidget *parent)
QSize MainWidget::sizeHint() const
{
return QSize(1024,870);
return QSize(1035,870);
}