Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-18 | mobile/UI: correctly theme template spin box | Dirk Hohndel | |
This was all hard coded and wrong. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2020-01-25 | mobile-widgets: update design of TemplateSpinBox | jan Iversen | |
The standard SpinBox uses far too much real estate. The new SpinBox have a smaller footprint, and more visual effect. Changing the TemplateSpinBox, automatically changes all spinboxes in the system, converted to the new layout. The styling would be better in a style/theme class, but subsurfaceTheme is in main.qml and not in a C++ class, so for now use primitive styling. Signed-off-by: jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2019-12-26 | mobile-widgets/qml: add TemplateSpinBox | jan Iversen | |
standard font-size are set in the template (but can be overwritten in the object) Using TemplateSpinBox allows central change of how spinBoxes are presented in the UI. Signed-off-by: Jan Iversen <jani@apache.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |