Merge pull request #31 from notlesh/reroll-banner-2020-03-26

Reroll the banner again
This commit is contained in:
Stephen Shelton 2020-03-26 09:44:10 -07:00 committed by GitHub
commit 1b5e74c3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 5 deletions

BIN
res/images/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
res/images/banner.xcf Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -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
}
}

View File

@ -17,7 +17,7 @@
<!-- images -->
<file>images/icon.svg</file>
<file>images/logo.png</file>
<file>images/banner.png</file>
<file>images/connection_indicator.png</file>
<file>images/connection_button.png</file>
<file>images/connection_button_outline.png</file>