diff --git a/res/images/banner.png b/res/images/banner.png new file mode 100644 index 0000000..e4f3c35 Binary files /dev/null and b/res/images/banner.png differ diff --git a/res/images/banner.xcf b/res/images/banner.xcf new file mode 100644 index 0000000..8a6bf11 Binary files /dev/null and b/res/images/banner.xcf differ diff --git a/res/images/logo.png b/res/images/logo.png deleted file mode 100644 index 02b3917..0000000 Binary files a/res/images/logo.png and /dev/null differ diff --git a/res/qml/LogoHeaderPanel.qml b/res/qml/LogoHeaderPanel.qml index 4b5fc80..f2e80dd 100644 --- a/res/qml/LogoHeaderPanel.qml +++ b/res/qml/LogoHeaderPanel.qml @@ -16,13 +16,14 @@ Container { anchors.verticalCenter: parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter - anchors.fill: parent - anchors.topMargin: 6 - anchors.bottomMargin: 6 + // coerces Qt not to interpolate like an idiot + mipmap: true + + anchors.fill: parent fillMode: Image.PreserveAspectFit - source: "qrc:/res/images/logo.png" + source: "qrc:/res/images/banner.png" smooth: true } } diff --git a/res/resources.qrc b/res/resources.qrc index 4ea3338..f02b84c 100644 --- a/res/resources.qrc +++ b/res/resources.qrc @@ -17,7 +17,7 @@ images/icon.svg - images/logo.png + images/banner.png images/connection_indicator.png images/connection_button.png images/connection_button_outline.png