Skip to content

Commit

Permalink
Slightly improve app layout
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Jan 19, 2017
1 parent b3a1b44 commit 62bfde0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/qml/ApplicationPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,13 @@ Page {
spacing: 16

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

source: app.screenshots.get(selectedImageIndex).url
fillMode: Image.Pad
clip: true
}

ColumnLayout {
Expand Down

0 comments on commit 62bfde0

Please sign in to comment.