From 62bfde051cc5f7b8241b90752c7b266ac86e31fd Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Thu, 19 Jan 2017 21:29:34 +0100 Subject: [PATCH] Slightly improve app layout --- app/qml/ApplicationPage.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/qml/ApplicationPage.qml b/app/qml/ApplicationPage.qml index 289ce94..e4dab07 100644 --- a/app/qml/ApplicationPage.qml +++ b/app/qml/ApplicationPage.qml @@ -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 {