mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 11:22:10 +02:00
Remove unused tests for backgroundColor.
This commit is contained in:
parent
cd5bdf6160
commit
2590dfbaa7
3 changed files with 0 additions and 3 deletions
|
@ -8,7 +8,6 @@ WebView {
|
||||||
id: webview
|
id: webview
|
||||||
url: "https://vircadia.com/"
|
url: "https://vircadia.com/"
|
||||||
profile: FileTypeProfile;
|
profile: FileTypeProfile;
|
||||||
// backgroundColor: "transparent"
|
|
||||||
|
|
||||||
property var parentRoot: null
|
property var parentRoot: null
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,6 @@ Controls.WebView {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
focus: true
|
focus: true
|
||||||
profile: HFWebEngineProfile;
|
profile: HFWebEngineProfile;
|
||||||
// backgroundColor: "transparent"
|
|
||||||
|
|
||||||
property string userScriptUrl: ""
|
property string userScriptUrl: ""
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,6 @@ Item {
|
||||||
id: webroot
|
id: webroot
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: keyboardEnabled && keyboardRaised ? parent.height - keyboard.height : parent.height
|
height: keyboardEnabled && keyboardRaised ? parent.height - keyboard.height : parent.height
|
||||||
// backgroundColor: "transparent"
|
|
||||||
|
|
||||||
onLoadingChangedCallback: {
|
onLoadingChangedCallback: {
|
||||||
keyboardRaised = false;
|
keyboardRaised = false;
|
||||||
|
|
Loading…
Reference in a new issue