eric6/WebBrowser/UrlBar/BookmarkInfoDialog.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7781
607a6098cb44
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
31 super(BookmarkInfoDialog, self).__init__(parent) 31 super(BookmarkInfoDialog, self).__init__(parent)
32 self.setupUi(self) 32 self.setupUi(self)
33 33
34 self.__bookmark = bookmark 34 self.__bookmark = bookmark
35 35
36 self.icon.setPixmap(UI.PixmapCache.getPixmap("bookmark32.png")) 36 self.icon.setPixmap(UI.PixmapCache.getPixmap("bookmark32"))
37 37
38 font = QFont() 38 font = QFont()
39 font.setPointSize(font.pointSize() + 2) 39 font.setPointSize(font.pointSize() + 2)
40 self.title.setFont(font) 40 self.title.setFont(font)
41 41

eric ide

mercurial