This commit is contained in:
Kovid Goyal 2017-06-09 08:17:18 +05:30
parent dd1d4061bc
commit 57cc57ab3e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)