mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 03:56:13 +02:00
...
This commit is contained in:
parent
850356c43f
commit
b39647a5de
1 changed files with 1 additions and 2 deletions
|
|
@ -508,8 +508,7 @@ def show_clock(self):
|
|||
self.clock_label.setText('99:99 AA')
|
||||
self.clock_timer.start(1000)
|
||||
self.clock_label.setStyleSheet(self.clock_label_style%(
|
||||
'rgba(0, 0, 0, 0)',
|
||||
self.view.document.colors()[1]))
|
||||
'rgba(0, 0, 0, 0)', self.view.document.colors()[1]))
|
||||
self.clock_label.resize(self.clock_label.sizeHint())
|
||||
sw = QApplication.desktop().screenGeometry(self.view)
|
||||
self.clock_label.move(sw.width() - self.vertical_scrollbar.width() - 15
|
||||
|
|
|
|||
Loading…
Reference in a new issue