Skip to content
Snippets Groups Projects
Commit 701ea11d authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qml: remove unnecessary property and fix final overriding in Qt 6.6

parent d42ac8ae
No related branches found
No related tags found
1 merge request!4501qml: remove unnecessary property and fix final overriding in Qt 6.6
Pipeline #405797 passed with stage
in 19 minutes and 47 seconds
......@@ -36,8 +36,6 @@ ListView {
// NOTE: We want buttons to be centered vertically but configurable.
property int buttonMargin: height / 2 - buttonLeft.height / 2
property bool keyNavigationWraps: false
property ListSelectionModel selectionModel: ListSelectionModel {
model: root.model
}
......@@ -77,6 +75,7 @@ ListView {
//key navigation is reimplemented for item selection
keyNavigationEnabled: false
keyNavigationWraps: false
ScrollBar.vertical: ScrollBar { }
ScrollBar.horizontal: ScrollBar { }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment