mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 19:12:28 +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
|
||||
url: "https://vircadia.com/"
|
||||
profile: FileTypeProfile;
|
||||
// backgroundColor: "transparent"
|
||||
|
||||
property var parentRoot: null
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ Controls.WebView {
|
|||
anchors.fill: parent
|
||||
focus: true
|
||||
profile: HFWebEngineProfile;
|
||||
// backgroundColor: "transparent"
|
||||
|
||||
property string userScriptUrl: ""
|
||||
|
||||
|
|
|
@ -43,7 +43,6 @@ Item {
|
|||
id: webroot
|
||||
width: parent.width
|
||||
height: keyboardEnabled && keyboardRaised ? parent.height - keyboard.height : parent.height
|
||||
// backgroundColor: "transparent"
|
||||
|
||||
onLoadingChangedCallback: {
|
||||
keyboardRaised = false;
|
||||
|
|
Loading…
Reference in a new issue