Selaa lähdekoodia

after a merge

Pat Beirne 1 vuosi sitten
vanhempi
commit
f7dc54cd2f
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      dirnotes

+ 2 - 0
dirnotes

@@ -511,6 +511,8 @@ class DirNotes(QMainWindow):
       # open the dir.picker
       # TODO: move all this out to a function
       qd = QDialog(self.parent)
+      qd.setWindowTitle("Select destination for FileCopy")
+      qd.setWindowModality(Qt.ApplicationModal)
       dw = DirWidget('.',qd)
       d_ok = QPushButton('select')
       d_ok.setDefault(True)