From fbd197b11afc2cca7fc932f930509b20b3f65e7c Mon Sep 17 00:00:00 2001 From: ubbo Date: Fri, 11 Oct 2013 02:22:33 +0000 Subject: layout git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1051 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- qml/keydetails.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qml/keydetails.qml b/qml/keydetails.qml index 3e4cce9..29e83a6 100644 --- a/qml/keydetails.qml +++ b/qml/keydetails.qml @@ -1,8 +1,8 @@ import QtQuick 1.1 Rectangle { - width: 1200 //these are the only explicit sizes set - height: 1000 //all others are relative + width: 1600 //these are the only explicit sizes set + height: 1200 //all others are relative anchors.fill: parent @@ -11,7 +11,7 @@ Rectangle { id: rectangle2 x: 0 y: 0 - width: 1200 + width: 1600 height: 47 color: "#99bff1" } @@ -21,7 +21,7 @@ Rectangle { x: 0 y: 0 width: 107 - height: 1000 + height: 1200 color: "#978c79" } -- cgit v1.2.3