Commit c75b1bef authored by Ronan Abhamon's avatar Ronan Abhamon

fix(mainWindow): increase logo area height

parent 6a9af0e0
...@@ -96,7 +96,9 @@ Item { ...@@ -96,7 +96,9 @@ Item {
// call. // call.
// //
// The timeout is destroyed with the `MouseArea` component. // The timeout is destroyed with the `MouseArea` component.
_timeout = Utils.setTimeout.call(this, 0, item.pressed.bind(this)) _timeout = Utils.setTimeout.call(
this, 0, item.pressed.bind(this)
)
} }
} }
} }
......
...@@ -205,7 +205,7 @@ ApplicationWindow { ...@@ -205,7 +205,7 @@ ApplicationWindow {
// Logo. // Logo.
Rectangle { Rectangle {
Layout.fillWidth: true Layout.fillWidth: true
Layout.preferredHeight: 70 Layout.preferredHeight: 80
color: '#EAEAEA' color: '#EAEAEA'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment