Helpviewer/UrlBar/BookmarkActionSelectionDialog.py

changeset 3366
6084bb3c3911
parent 3190
a9a94491c4fd
child 3484
645c12de6b0c
equal deleted inserted replaced
3364:5dafcc891579 3366:6084bb3c3911
56 self.speeddialPushButton.setText( 56 self.speeddialPushButton.setText(
57 self.tr("Remove from Speed Dial")) 57 self.tr("Remove from Speed Dial"))
58 else: 58 else:
59 self.__sdAction = self.AddSpeeddial 59 self.__sdAction = self.AddSpeeddial
60 self.speeddialPushButton.setText(self.tr("Add to Speed Dial")) 60 self.speeddialPushButton.setText(self.tr("Add to Speed Dial"))
61
62 msh = self.minimumSizeHint()
63 self.resize(max(self.width(), msh.width()), msh.height())
61 64
62 @pyqtSlot() 65 @pyqtSlot()
63 def on_bookmarkPushButton_clicked(self): 66 def on_bookmarkPushButton_clicked(self):
64 """ 67 """
65 Private slot handling selection of a bookmark action. 68 Private slot handling selection of a bookmark action.

eric ide

mercurial