Small right margin for proceed popup

This commit is contained in:
Kovid Goyal 2014-10-23 08:17:23 +05:30
parent 22281d6e6c
commit 4a5ac17482

View File

@ -273,7 +273,7 @@ class ProceedQuestion(QWidget):
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()