mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
81635326a3
commit
3e87ee26c2
@ -125,7 +125,7 @@ class Browser(QScrollArea): # {{{
|
|||||||
self.close_button.clicked.connect(self.close_requested)
|
self.close_button.clicked.connect(self.close_requested)
|
||||||
self._osxl.addStretch(10)
|
self._osxl.addStretch(10)
|
||||||
self._osxl.addWidget(self.close_button)
|
self._osxl.addWidget(self.close_button)
|
||||||
self._osxl.addStretch(10)
|
#self._osxl.addStretch(10)
|
||||||
self._layout.addLayout(self._osxl)
|
self._layout.addLayout(self._osxl)
|
||||||
|
|
||||||
for name, plugins in self.category_map.items():
|
for name, plugins in self.category_map.items():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user