Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py

changeset 3366
6084bb3c3911
parent 3190
a9a94491c4fd
child 3484
645c12de6b0c
equal deleted inserted replaced
3364:5dafcc891579 3366:6084bb3c3911
85 85
86 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False) 86 self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False)
87 87
88 self.__projectPath = \ 88 self.__projectPath = \
89 vcs.getPlugin().getProjectHelper().getProject().getProjectPath() 89 vcs.getPlugin().getProjectHelper().getProject().getProjectPath()
90
91 msh = self.minimumSizeHint()
92 self.resize(max(self.width(), msh.width()), msh.height())
90 93
91 @pyqtSlot(str) 94 @pyqtSlot(str)
92 def on_archiveEdit_textChanged(self, archive): 95 def on_archiveEdit_textChanged(self, archive):
93 """ 96 """
94 Private slot to handle changes of the archive name. 97 Private slot to handle changes of the archive name.

eric ide

mercurial