This commit is contained in:
Kovid Goyal 2014-10-20 18:56:41 +05:30
parent 950a3a656c
commit d2df60ebce

View File

@ -358,7 +358,7 @@ class ProceedQuestion(QWidget):
bw = 1 # border_width
pal = self.palette()
c = pal.color(pal.Window)
c.setAlphaF(0.85)
c.setAlphaF(0.9)
p = QPainterPath()
p.addRoundedRect(QRectF(self.rect()), br, br)
painter.fillPath(p, c)