X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/f299a08d712ae3228b7dc131eaa2ed930351e7d8..66428e7307a41371676149dec395806b62096af6:/src/gui/conferenceeditor.cpp diff --git a/src/gui/conferenceeditor.cpp b/src/gui/conferenceeditor.cpp index 936f541..8e89d36 100644 --- a/src/gui/conferenceeditor.cpp +++ b/src/gui/conferenceeditor.cpp @@ -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();