From d9105267ac99c98376c69760478e380293adff68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Tue, 12 Apr 2016 23:08:18 +0200 Subject: [PATCH] Layout fixes. --- YACReaderLibrary/qml/ComicInfo.qml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/YACReaderLibrary/qml/ComicInfo.qml b/YACReaderLibrary/qml/ComicInfo.qml index 5db4d6b7..b1583eca 100644 --- a/YACReaderLibrary/qml/ComicInfo.qml +++ b/YACReaderLibrary/qml/ComicInfo.qml @@ -199,8 +199,9 @@ Rectangle { } Text { - Layout.topMargin: 31 + Layout.topMargin: 22 Layout.rightMargin: 30 + Layout.bottomMargin: 5 Layout.fillWidth: true id: sinopsis @@ -214,7 +215,7 @@ Rectangle { } Text { - Layout.topMargin: 20 + Layout.topMargin: 25 Layout.bottomMargin: 5 id: authors_title @@ -370,7 +371,7 @@ Rectangle { } Text { - Layout.topMargin: 20 + Layout.topMargin: 25 id: publisher_title color: "white" @@ -382,7 +383,7 @@ Rectangle { } Text { - Layout.topMargin: 20 + Layout.topMargin: 25 Layout.bottomMargin: 5 id: characters_title