Skip to content

Commit

Permalink
[AboutPage.qml] Trying to optimise layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Feb 13, 2024
1 parent 99893a2 commit 0b1eb1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qml/pages/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Page {
textFormat: Text.RichText
wrapMode: Text.WordWrap
width: parent.width
anchors.verticalCenter: parent.verticalCenter
}

Separator {
Expand All @@ -120,9 +121,10 @@ Page {

Image {
source: "../paypal.png"
height: Theme.itemSizeLarge
height: Theme.iconSizeExtraLarge
fillMode: Image.PreserveAspectFit
smooth: true
anchors.verticalCenter: parent.verticalCenter

MouseArea {
anchors.fill: parent
Expand Down

0 comments on commit 0b1eb1e

Please sign in to comment.