mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/UI: consolidate to a single check box
It was very odd that we had two slightly different styled check boxes. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
765c4f9704
commit
4ca40bc152
6 changed files with 8 additions and 39 deletions
|
@ -34,7 +34,7 @@ Kirigami.AbstractListItem {
|
|||
NumberAnimation { property: "opacity"; from: 0; to: 1.0; duration: 400 }
|
||||
NumberAnimation { property: "scale"; from: 0; to: 1.0; duration: 400 }
|
||||
}
|
||||
SsrfCheckBox {
|
||||
TemplateCheckBox {
|
||||
id: diveIsSelected
|
||||
checked: innerListItem.selected;
|
||||
width: childrenRect.width + 4 * Kirigami.Units.smallSpacing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue