mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +02:00
update formatting
This commit is contained in:
parent
ea1c21e685
commit
84e4de4bad
1 changed files with 12 additions and 12 deletions
|
@ -141,17 +141,17 @@ ScrollingWindow {
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id:permissionsContainer
|
id:permissionsContainer
|
||||||
visible:false
|
visible:false
|
||||||
color: "#000000"
|
color: "#000000"
|
||||||
width: parent.width
|
width: parent.width
|
||||||
anchors.top: buttons.bottom
|
anchors.top: buttons.bottom
|
||||||
height:40
|
height:40
|
||||||
z:100
|
z:100
|
||||||
gradient: Gradient {
|
gradient: Gradient {
|
||||||
GradientStop { position: 0.0; color: "black" }
|
GradientStop { position: 0.0; color: "black" }
|
||||||
GradientStop { position: 1.0; color: "grey" }
|
GradientStop { position: 1.0; color: "grey" }
|
||||||
}
|
}
|
||||||
|
|
||||||
RalewayLight {
|
RalewayLight {
|
||||||
id: permissionsInfo
|
id: permissionsInfo
|
||||||
|
@ -206,7 +206,7 @@ ScrollingWindow {
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
onFeaturePermissionRequested: {
|
onFeaturePermissionRequested: {
|
||||||
permissionsBar.securityOrigin =securityOrigin;
|
permissionsBar.securityOrigin = securityOrigin;
|
||||||
permissionsBar.feature = feature;
|
permissionsBar.feature = feature;
|
||||||
root.showPermissionsBar();
|
root.showPermissionsBar();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue