Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-19 | mobile/UI: offer more font sizes | Dirk Hohndel | |
As it turns out, we used to get the font scaling completely wrong. As a result we got got ~72% and ~132% instead of the intended 85% and 115%. So now people have both options, in each case with matching gridUnit (and therefore visual spacing), and font size. Also visualize the font size by rendering the button text accordingly. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2020-02-03 | mobile-widgets/qml: add TemplateButton | jan Iversen | |
Do "git mv SsrfButton TemplateButton", and search/replace all uses. The general idea of the templates are to secure common layout, but also to isolate the Kirigami parts (slowly) in the templates. Signed-off-by: Jan Iversen <jani@apache.org> |