mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
dd1d4061bc
commit
57cc57ab3e
@ -385,7 +385,7 @@ class TagBrowserWidget(QWidget): # {{{
|
||||
|
||||
self.expand_button = QToolButton()
|
||||
self.expand_button.setCursor(Qt.PointingHandCursor)
|
||||
self.expand_button.setText('▶')
|
||||
self.expand_button.setText('▸')
|
||||
self.expand_button.setToolTip(_('Collapse all categories'))
|
||||
search_layout.insertWidget(0, self.expand_button)
|
||||
search_layout.setStretch(0, 10)
|
||||
|
Loading…
x
Reference in New Issue
Block a user