fix styles

This commit is contained in:
uncor3
2025-10-19 03:42:09 -07:00
parent 383204c879
commit b30da266aa
6 changed files with 31 additions and 21 deletions
+1
View File
@@ -54,6 +54,7 @@ void WirelessPhotoImportWidget::setupUI()
// Scroll area for file list
m_scrollArea = new QScrollArea();
m_scrollArea->setStyleSheet("QScrollArea { border: none; }");
m_scrollArea->setWidgetResizable(true);
m_scrollArea->setMinimumWidth(300);