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.book_details = BookDetails(False, self)
|
||||||
self.stack = Stack(self)
|
self.stack = Stack(self)
|
||||||
self.bd_splitter = Splitter('book_details_splitter',
|
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,
|
orientation=Qt.Vertical, parent=self, side_index=1,
|
||||||
shortcut='Shift+Alt+D')
|
shortcut='Shift+Alt+D')
|
||||||
self.bd_splitter.addWidget(self.stack)
|
self.bd_splitter.addWidget(self.stack)
|
||||||
@ -477,7 +477,7 @@ class LayoutMixin(object): # {{{
|
|||||||
# }}}
|
# }}}
|
||||||
else: # wide {{{
|
else: # wide {{{
|
||||||
self.bd_splitter = Splitter('book_details_splitter',
|
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,
|
orientation=Qt.Horizontal, parent=self, side_index=1,
|
||||||
shortcut='Shift+Alt+D')
|
shortcut='Shift+Alt+D')
|
||||||
self.stack = Stack(self)
|
self.stack = Stack(self)
|
||||||
|
@ -655,7 +655,7 @@ A value of zero means calculate automatically.</string>
|
|||||||
<widget class="QWidget" name="tab_4">
|
<widget class="QWidget" name="tab_4">
|
||||||
<attribute name="icon">
|
<attribute name="icon">
|
||||||
<iconset resource="../../../../resources/images.qrc">
|
<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>
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Book Details</string>
|
<string>Book Details</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user