mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
950a3a656c
commit
d2df60ebce
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user