mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0db9b9bd0e
commit
b3027e6716
@ -1289,7 +1289,7 @@ class TagBrowserWidget(QWidget): # {{{
|
|||||||
model.show_item_at_path(self.current_find_position, box=True)
|
model.show_item_at_path(self.current_find_position, box=True)
|
||||||
elif self.item_search.text():
|
elif self.item_search.text():
|
||||||
self.not_found_label.setVisible(True)
|
self.not_found_label.setVisible(True)
|
||||||
width = self.not_found_label.parent().width()-8
|
width = self.width()-8
|
||||||
height = self.not_found_label.heightForWidth(width) + 20
|
height = self.not_found_label.heightForWidth(width) + 20
|
||||||
self.not_found_label.resize(width, height)
|
self.not_found_label.resize(width, height)
|
||||||
self.not_found_label.move(4, 10)
|
self.not_found_label.move(4, 10)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user