diff --git a/kstars/ekos/align/opsastrometryindexfiles.cpp b/kstars/ekos/align/opsastrometryindexfiles.cpp --- a/kstars/ekos/align/opsastrometryindexfiles.cpp +++ b/kstars/ekos/align/opsastrometryindexfiles.cpp @@ -59,13 +59,19 @@ for (auto &bar : progressBars) { - bar->setVisible(false); - bar->setTextVisible(false); + if(bar->objectName().contains("progress")) + { + bar->setVisible(false); + bar->setTextVisible(false); + } } for (auto &button : qButtons) { - button->setVisible(false); + if(button->objectName().contains("cancel")) + { + button->setVisible(false); + } } for (QLabel * label: qLabels) diff --git a/kstars/ekos/align/opsastrometryindexfiles.ui b/kstars/ekos/align/opsastrometryindexfiles.ui --- a/kstars/ekos/align/opsastrometryindexfiles.ui +++ b/kstars/ekos/align/opsastrometryindexfiles.ui @@ -23,11 +23,14 @@ } - <html><head/><body><p><span style=" font-weight:600;">Offline</span> astrometry.net solver requires index files in order to solve an image. The following list provides a complete list of the index files, along with recommended index files to install given current CCD Field of View. Installed index files are checked. Next to each index file is an icon that represents the following:</p></body></html> + <html><head/><body><p><span style=" font-weight:600;">Offline</span> astrometry.net solver requires index files in order to solve an image. Please see the Astrometrty.net <a href="http://astrometry.net/doc/readme.html"><span style=" text-decoration: underline; color:#0000ff;">README</span></a> for details. The following list provides a complete list of the index files, along with recommended index files to install given the current CCD Field of View. Installed index files are checked. Next to each index file is an icon that represents the following:</p></body></html> true + + true +