forked from qt-creator/qt-creator
QmlDesigner: Remove obsolete label from asset import dialog
This label is obscured by other controls in the current layout, so it can be removed. On some platforms it also incorrectly draws on top of the controls that should be obscuring it. Fixes: QDS-6554 Change-Id: I3deed0779ea79ded2753b1437b168ef0f45654ab Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -126,7 +126,6 @@ QString AddImagesDialog::getDirectory(const QStringList &fileNames, const QStrin
|
||||
setDirectoryForComboBox(newDir);
|
||||
});
|
||||
|
||||
mainLayout->addWidget(new QLabel(QCoreApplication::translate("AddImageToResources", "In directory:")), 1, 0);
|
||||
mainLayout->addWidget(directoryComboBox, 1, 0, 1, 3);
|
||||
mainLayout->addWidget(browseButton, 1, 3, 1 , 1);
|
||||
|
||||
|
Reference in New Issue
Block a user