mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
fix: adjust minimum window size
This commit is contained in:
@@ -34,7 +34,7 @@ WirelessGalleryImportWidget::WirelessGalleryImportWidget(QWidget *parent)
|
||||
m_importButton(nullptr), m_statusLabel(nullptr)
|
||||
{
|
||||
setupUI();
|
||||
setMinimumSize(400, 600);
|
||||
setMinimumSize(400, 400);
|
||||
setWindowTitle("Wireless Gallery Import - iDescriptor");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user