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