diff --git a/src/wirelessgalleryimportwidget.cpp b/src/wirelessgalleryimportwidget.cpp index 2da8f81..8a2c4f3 100644 --- a/src/wirelessgalleryimportwidget.cpp +++ b/src/wirelessgalleryimportwidget.cpp @@ -44,8 +44,7 @@ void WirelessGalleryImportWidget::setupUI() mainLayout->setContentsMargins(10, 10, 10, 10); mainLayout->setSpacing(10); - // Left panel - file selection - QVBoxLayout *layout = new QVBoxLayout(this); + QVBoxLayout *layout = new QVBoxLayout(); layout->setContentsMargins(0, 0, 0, 0); layout->setSpacing(10);