mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
bugfix: monitor info
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user