Commit 91dd38d8 authored by Sergey Chupligin's avatar Sergey Chupligin

[Examples] remove dots from main listview

parent 7b70a143
......@@ -228,6 +228,7 @@ ApplicationWindow {
anchors.fill: parent
clip: true
delegate: ListViewItemWithActions {
iconVisible: false
label: title
onClicked: pageItem.Stack.view.push(Qt.resolvedUrl(page))
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment