mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
845bce1c40
commit
f64181b09d
@ -208,7 +208,7 @@ class FilterDialog(Dialog):
|
|||||||
def setup_ui(self):
|
def setup_ui(self):
|
||||||
self.setWindowIcon(QIcon.ic('filter.png'))
|
self.setWindowIcon(QIcon.ic('filter.png'))
|
||||||
self.l = l = QVBoxLayout(self)
|
self.l = l = QVBoxLayout(self)
|
||||||
la = QLabel(_('Choose what kinds of highlights will be displayed below. If none are selected, no filtering is performed.'))
|
la = QLabel(_('Choose what kinds of highlights will be displayed, below. If none are selected, no filtering is performed.'))
|
||||||
la.setWordWrap(True)
|
la.setWordWrap(True)
|
||||||
l.addWidget(la)
|
l.addWidget(la)
|
||||||
self.swatches = s = SwatchList(self.all_styles, self.show_only_styles, self)
|
self.swatches = s = SwatchList(self.all_styles, self.show_only_styles, self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user