mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 08:43:10 +02:00
Small right margin for proceed popup
This commit is contained in:
parent
22281d6e6c
commit
4a5ac17482
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ def stop_show_animation(self):
|
|||
|
||||
def position_widget(self):
|
||||
geom = self.parent().geometry()
|
||||
x = geom.width() - self.width()
|
||||
x = geom.width() - self.width() - 5
|
||||
sb = self.parent().statusBar()
|
||||
if sb is None:
|
||||
y = geom.height() - self.height()
|
||||
|
|
|
|||
Loading…
Reference in a new issue