Switch flickable on by default for list and grid tabs

This commit is contained in:
vladest 2017-08-31 19:21:38 +02:00
parent a80d9a22df
commit 6faab9fb1c

View file

@ -181,7 +181,6 @@ TabView {
WebView {
id: entityListToolWebView
url: Paths.defaultScripts + "/system/html/entityList.html"
flickable: false
anchors.fill: parent
enabled: true
}
@ -210,7 +209,6 @@ TabView {
WebView {
id: gridControlsWebView
url: Paths.defaultScripts + "/system/html/gridControls.html"
flickable: false
anchors.fill: parent
enabled: true
}