mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-19 04:23:21 +02:00
...
This commit is contained in:
parent
7e1770c204
commit
74d02ee2a8
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ def set_left(self, title='calibre', icon_name='heart', action=None, tooltip='',
|
|||
left = bar.firstChild
|
||||
clear(left)
|
||||
left.appendChild(E.a(title=tooltip, E.i(class_='fa fa-' + icon_name + ' fa-fw')))
|
||||
left.appendChild(E.span(title, style=str.format('margin-left: {0}; font-weight: bold; padding-top: {1}; padding-bottom: {1}', self.SPACING, self.VSPACING)))
|
||||
left.appendChild(E.span(title, style=str.format('margin-left: {0}; font-weight: bold; padding-top: {1}; padding-bottom: {1}; vertical-align: middle', self.SPACING, self.VSPACING)))
|
||||
if bar is self.bar:
|
||||
a = left.firstChild
|
||||
if icon_name == 'heart':
|
||||
|
|
|
|||
Loading…
Reference in a new issue