mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Couple of places where book.png was replaced incorrectly
This commit is contained in:
parent
924caf3d68
commit
b62626ddd2
@ -466,7 +466,7 @@ class LayoutMixin(object): # {{{
|
||||
self.book_details = BookDetails(False, self)
|
||||
self.stack = Stack(self)
|
||||
self.bd_splitter = Splitter('book_details_splitter',
|
||||
_('Book Details'), I('default_cover.png'),
|
||||
_('Book Details'), I('book.png'),
|
||||
orientation=Qt.Vertical, parent=self, side_index=1,
|
||||
shortcut='Shift+Alt+D')
|
||||
self.bd_splitter.addWidget(self.stack)
|
||||
@ -477,7 +477,7 @@ class LayoutMixin(object): # {{{
|
||||
# }}}
|
||||
else: # wide {{{
|
||||
self.bd_splitter = Splitter('book_details_splitter',
|
||||
_('Book Details'), I('default_cover.png'), initial_side_size=200,
|
||||
_('Book Details'), I('book.png'), initial_side_size=200,
|
||||
orientation=Qt.Horizontal, parent=self, side_index=1,
|
||||
shortcut='Shift+Alt+D')
|
||||
self.stack = Stack(self)
|
||||
|
@ -655,7 +655,7 @@ A value of zero means calculate automatically.</string>
|
||||
<widget class="QWidget" name="tab_4">
|
||||
<attribute name="icon">
|
||||
<iconset resource="../../../../resources/images.qrc">
|
||||
<normaloff>:/images/default_cover.png</normaloff>:/images/default_cover.png</iconset>
|
||||
<normaloff>:/images/book.png</normaloff>:/images/book.png</iconset>
|
||||
</attribute>
|
||||
<attribute name="title">
|
||||
<string>Book Details</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user