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. |