Make icons larger for log widget
ClosedPublic

Authored by rizzitello on Jun 21 2018, 4:00 AM.

Details

Summary

Up icon size
use a tool button for the info button
Before

Lo Dpi, After


Hi Dpi After.

Diff Detail

Repository
R232 AtCore
Branch
logUpdates
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 179
Build 179: arc lint + arc unit
rizzitello requested review of this revision.Jun 21 2018, 4:00 AM
rizzitello created this revision.
rizzitello edited the summary of this revision. (Show Details)Jun 21 2018, 4:03 AM
rizzitello added a reviewer: Atelier: AtCore.
rizzitello added a project: Atelier: AtCore.
rizzitello added a subscriber: Atelier: AtCore.
rizzitello edited the summary of this revision. (Show Details)Jun 21 2018, 10:31 AM
tcanabrava added inline comments.
src/widgets/logwidget.cpp
32

I don't think that using fontMetrics will give us a good icon size.
Icon sizes are usually 22x22, 32x32, 48x48, 64x64 and such, the fontMetrics can use a wrong size.

tcanabrava accepted this revision.Jun 21 2018, 11:18 AM

But it appears to work, well.

This revision is now accepted and ready to land.Jun 21 2018, 11:18 AM
This revision was automatically updated to reflect the committed changes.