summaryrefslogtreecommitdiffstats
path: root/framework/qml/IconButton.qml
Commit message (Collapse)AuthorAge
* Try again to size the icons correctly.Christian Mollekopf2017-06-12
| | | | | | | | | | | With this I get pixel perfext icons that are properly sized (as opposed to tiny). The toolbuttons in the messagelist still look a bit out of place though. Closer investigation showed that I get most icons rendered at 22px size (that's a grid unit for me). The full button ends up being 32px. The mark as unread button has only 24px size source and is therefore scaled which then ends up looking blurry.
* Show active focus on buttonsChristian Mollekopf2017-05-01
| | | | Not the proper solution but better than nothing.
* use inverted icons in maillist buttonsMichael Bohlender2017-04-26
|
* introduce icon button, use it in maillistviewMichael Bohlender2017-04-26