mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: silence warnings in the app log
The new SHA mysteriously caused more than 300 extra warnings in the app log. It was caused by a code change in Kirigami. The way to suppress it is, in hindsight, after some hours of searching, trivial. A Kirigami.BasicListItem shall have an icon defined. And as we do not care about any icon here, just define it empty. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
a5b44362c6
commit
47bf5cf5e0
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ TextField {
|
|||
bottomPadding: 0
|
||||
leftPadding: 0
|
||||
rightPadding: 0
|
||||
icon: ""
|
||||
implicitHeight: Kirigami.Units.gridUnit*2
|
||||
checked: hintsView.currentIndex == index
|
||||
onClicked: {
|
||||
|
|
Loading…
Add table
Reference in a new issue