mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:57:25 +02:00
Adjust spacing on about tablet dialog.
This commit is contained in:
parent
897c28075d
commit
01cdb49930
1 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ import stylesUit 1.0
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
width: 480
|
width: 480
|
||||||
height: 950
|
height: 706
|
||||||
|
|
||||||
color: "#404040"
|
color: "#404040"
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Rectangle {
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
source: "../../../images/vircadia-banner.svg"
|
source: "../../../images/vircadia-banner.svg"
|
||||||
}
|
}
|
||||||
Item { height: 30; width: 1 }
|
Item { height: 25; width: 1 }
|
||||||
Column {
|
Column {
|
||||||
id: buildColumn
|
id: buildColumn
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
@ -77,7 +77,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Item { height: 40; width: 1 }
|
Item { height: 25; width: 1 }
|
||||||
Row {
|
Row {
|
||||||
spacing: 5
|
spacing: 5
|
||||||
Image {
|
Image {
|
||||||
|
@ -151,7 +151,7 @@ Rectangle {
|
||||||
About.openUrl("http://www.apache.org/licenses/LICENSE-2.0.html");
|
About.openUrl("http://www.apache.org/licenses/LICENSE-2.0.html");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Item { height: 40; width: 1 }
|
Item { height: 35; width: 1 }
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
color: "white"
|
color: "white"
|
||||||
text: "In memoriam,"
|
text: "In memoriam,"
|
||||||
|
|
Loading…
Reference in a new issue