summary refs log tree commit diff
path: root/src/ui
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2019-07-04 21:31:28 -0400
committerJoseph Donofry <joedonofry@gmail.com>2019-07-04 21:31:28 -0400
commit2484e0c11874cac06a18ab64e9e02e375d93a6dd (patch)
tree3abcafa6b08be16147751870042cf23e30978930 /src/ui
parentFix deprecated function call issues with Qt 5.13 (diff)
downloadnheko-2484e0c11874cac06a18ab64e9e02e375d93a6dd.tar.xz
Fix formatting issues
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/DropShadow.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui/DropShadow.h b/src/ui/DropShadow.h

index d322fb42..60fc697b 100644 --- a/src/ui/DropShadow.h +++ b/src/ui/DropShadow.h
@@ -31,9 +31,8 @@ public: gradient.setFinalStop(right1); painter.setBrush(QBrush(gradient)); // Deprecated in 5.13: painter.drawRoundRect( - // QRectF(QPointF(width - margin * radius, margin), QPointF(width, height - margin)), - // 0.0, - // 0.0); + // QRectF(QPointF(width - margin * radius, margin), QPointF(width, height - + // margin)), 0.0, 0.0); painter.drawRoundedRect( QRectF(QPointF(width - margin * radius, margin), QPointF(width, height - margin)), 0.0,