[update] slightly improved feasibility using obspy_dmt with metadata and array map

This commit is contained in:
2018-07-23 16:03:15 +02:00
parent eb07c19c2e
commit ef6e011d22
2 changed files with 10 additions and 9 deletions

View File

@@ -196,7 +196,7 @@ class AddMetadataWidget(QWidget):
self.main_layout.insertWidget(2, self.list_view, 1)
def init_close(self):
self.close_button = QPushButton('Close')
self.close_button = QPushButton('Update')
self.close_button.setShortcut(QtGui.QKeySequence(QtCore.Qt.Key_Escape))
self.main_layout.addWidget(self.close_button)