mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Small right margin for proceed popup
This commit is contained in:
parent
22281d6e6c
commit
4a5ac17482
@ -273,7 +273,7 @@ class ProceedQuestion(QWidget):
|
|||||||
|
|
||||||
def position_widget(self):
|
def position_widget(self):
|
||||||
geom = self.parent().geometry()
|
geom = self.parent().geometry()
|
||||||
x = geom.width() - self.width()
|
x = geom.width() - self.width() - 5
|
||||||
sb = self.parent().statusBar()
|
sb = self.parent().statusBar()
|
||||||
if sb is None:
|
if sb is None:
|
||||||
y = geom.height() - self.height()
|
y = geom.height() - self.height()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user