Skip to content

Commit

Permalink
Fix app page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Jan 19, 2017
1 parent 87fbdf4 commit b3a1b44
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/qml/ApplicationPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ Page {

Icon {
id: image
Layout.fillHeight: true
Layout.preferredWidth: height

size: 64

//icon: app.icon
name: "application-x-executable"
}

ColumnLayout {
Expand Down Expand Up @@ -117,7 +118,7 @@ Page {
spacing: 16

Image {
Layout.fillWidth: true
Layout.preferredWidth: 240
Layout.preferredHeight: width * sourceSize.height/sourceSize.width
Layout.alignment: Qt.AlignTop

Expand Down

0 comments on commit b3a1b44

Please sign in to comment.