Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.py

changeset 3366
6084bb3c3911
parent 3190
a9a94491c4fd
child 3484
645c12de6b0c
equal deleted inserted replaced
3364:5dafcc891579 3366:6084bb3c3911
54 self.vcs = vcs 54 self.vcs = vcs
55 55
56 self.localPath = hd 56 self.localPath = hd
57 self.networkPath = "localhost/" 57 self.networkPath = "localhost/"
58 self.localProtocol = True 58 self.localProtocol = True
59
60 msh = self.minimumSizeHint()
61 self.resize(max(self.width(), msh.width()), msh.height())
59 62
60 @pyqtSlot() 63 @pyqtSlot()
61 def on_vcsUrlButton_clicked(self): 64 def on_vcsUrlButton_clicked(self):
62 """ 65 """
63 Private slot to display a selection dialog. 66 Private slot to display a selection dialog.

eric ide

mercurial