]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/conferenceeditor.cpp
minor UI fixes
[toast/confclerk.git] / src / gui / conferenceeditor.cpp
index 936f54127d85536e4240b3fae4b5b73d0b26b356..8e89d36b1c710fbc5d0973efa250c4f33d74103a 100644 (file)
@@ -187,6 +187,10 @@ void ConferenceEditor::importFinished(const QString& title)
 {
     qDebug() << __PRETTY_FUNCTION__ << title;
     addBtn->show();
+    // removeItem should be shown later, but it takes some time,
+    // and not looks good
+    // anyway it will be shown a bit later
+    removeBtn->show();
     buttons->layout()->addItem(buttonsSpacer);
     progressBar->hide();