bugfix: monitor info

This commit is contained in:
semenov
2025-07-24 11:37:29 +03:00
parent 7ec5536875
commit 1b11765026
88 changed files with 3974 additions and 336285 deletions

View File

@@ -80,7 +80,7 @@ void MainWindow::paintEvent(QPaintEvent* event) {
painter.setRenderHint(QPainter::Antialiasing);
QPainterPath path;
path.addRoundedRect(rect(), 20, 20);
path.addRoundedRect(rect(), 8, 8);
painter.setClipPath(path);
if (!_background.isNull()) {