mirror of
https://github.com/overte-org/overte.git
synced 2025-05-05 17:58:37 +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 {
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue