mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
fix layout in wirelessgalleryimportwidget.cpp
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user