mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-04-05 06:49:03 +00:00
Fix LoadSpinner size
This commit is contained in:
@@ -63,7 +63,7 @@ void LoadSpinner::paintEvent(QPaintEvent *) {
|
||||
painter.setRenderHint(QPainter::Antialiasing, true);
|
||||
auto pen = QPen(m_color);
|
||||
|
||||
pen.setWidth(5);
|
||||
pen.setWidth(height()/10);
|
||||
painter.setPen(pen);
|
||||
painter.setOpacity(0.2);
|
||||
painter.drawArc(m_frame, 0, 5760);
|
||||
|
||||
Reference in New Issue
Block a user