diff --git a/qt/DeviceView.cpp b/qt/DeviceView.cpp index 39126b4a8..7cd628b06 100644 --- a/qt/DeviceView.cpp +++ b/qt/DeviceView.cpp @@ -1396,6 +1396,12 @@ void DeviceView::InitDeviceView() } } + /*-----------------------------------------------------*\ + | Determine minimum height | + \*-----------------------------------------------------*/ + init_size.setHeight(total_height * 15); + updateGeometry(); + /*-----------------------------------------------------*\ | Update LED labels | \*-----------------------------------------------------*/