mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 22:36:39 +02:00
changed old icon to new icon
This commit is contained in:
parent
56b3ac8c89
commit
a948e03ed8
1 changed files with 5 additions and 5 deletions
|
@ -20,10 +20,10 @@ ScrollingWindow {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
UpdateDialog {
|
UpdateDialog {
|
||||||
id: updateDialog
|
id: updateDialog
|
||||||
|
|
||||||
implicitWidth: backgroundRectangle.width
|
implicitWidth: backgroundRectangle.width
|
||||||
implicitHeight: backgroundRectangle.height
|
implicitHeight: backgroundRectangle.height
|
||||||
|
|
||||||
readonly property int contentWidth: 500
|
readonly property int contentWidth: 500
|
||||||
readonly property int logoSize: 60
|
readonly property int logoSize: 60
|
||||||
readonly property int borderWidth: 30
|
readonly property int borderWidth: 30
|
||||||
|
@ -36,7 +36,7 @@ ScrollingWindow {
|
||||||
|
|
||||||
signal triggerBuildDownload
|
signal triggerBuildDownload
|
||||||
signal closeUpdateDialog
|
signal closeUpdateDialog
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: backgroundRectangle
|
id: backgroundRectangle
|
||||||
color: "#ffffff"
|
color: "#ffffff"
|
||||||
|
@ -47,7 +47,7 @@ ScrollingWindow {
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: logo
|
id: logo
|
||||||
source: "../images/interface-logo.svg"
|
source: "../images/hifi-logo.svg"
|
||||||
width: updateDialog.logoSize
|
width: updateDialog.logoSize
|
||||||
height: updateDialog.logoSize
|
height: updateDialog.logoSize
|
||||||
anchors {
|
anchors {
|
||||||
|
@ -65,7 +65,7 @@ ScrollingWindow {
|
||||||
topMargin: updateDialog.borderWidth
|
topMargin: updateDialog.borderWidth
|
||||||
top: parent.top
|
top: parent.top
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: header
|
id: header
|
||||||
width: parent.width - updateDialog.logoSize - updateDialog.inputSpacing
|
width: parent.width - updateDialog.logoSize - updateDialog.inputSpacing
|
||||||
|
|
Loading…
Reference in a new issue