mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 14:03:17 +02:00
Switch flickable on by default for list and grid tabs
This commit is contained in:
parent
a80d9a22df
commit
6faab9fb1c
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue