Improve what's new style

This commit is contained in:
Luis Ángel San Martín
2022-07-06 10:06:22 +02:00
parent be3e31624a
commit 9c0aa41c32
2 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@ YACReader::RoundedCornersDialog::RoundedCornersDialog(QWidget *parent)
void YACReader::RoundedCornersDialog::paintEvent(QPaintEvent *)
{
qreal radius = 36.0; // desired radius in absolute pixels
qreal radius = 14.0; // desired radius in absolute pixels
if (!(windowFlags() & Qt::FramelessWindowHint) && !testAttribute(Qt::WA_TranslucentBackground))
return; // nothing to do