Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Standardized focus highlighting via AbstractButton for PositiveButton | Christian Mollekopf | 2017-07-25 |
| | | | | and Button | ||
* | Use an AbstractButton in People.qml for the delegate | Christian Mollekopf | 2017-07-21 |
Using Kube.Button currently crashes, due to the font.underline assignment in the contentItem (although it is replaced in People.qml). It seems the grouped property is somehow executed after the original content item was already destroyed, resulting in a SEGFAULT. |