Apply padding to logo per mktg

This commit is contained in:
Ryan Tharp 2020-04-06 18:08:46 -07:00
parent d7f9bbe5dd
commit c246976415
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import QClipboard 1.0
import "."
Container {
Layout.preferredHeight: 59
Layout.preferredHeight: 79
Layout.preferredWidth: Style.appWidth
contentItem: Rectangle {
@ -19,6 +19,9 @@ Container {
// coerces Qt not to interpolate like an idiot
mipmap: true
anchors.topMargin: 10
anchors.bottomMargin: 10
anchors.fill: parent
fillMode: Image.PreserveAspectFit