add initial logo to about page + assets and readme
This commit is contained in:
@@ -44,6 +44,14 @@ PageBase {
|
||||
spacing: Appearance.spacing.small
|
||||
width: parent.width - Appearance.padding.largeIncreased * 2
|
||||
|
||||
Logo {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.preferredHeight: implicitHeight
|
||||
Layout.preferredWidth: implicitWidth
|
||||
implicitHeight: designHeight * 2
|
||||
implicitWidth: designWidth * 2
|
||||
}
|
||||
|
||||
CustomText {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.topMargin: Appearance.spacing.small
|
||||
|
||||
Reference in New Issue
Block a user