aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2013-10-11 02:22:33 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2013-10-11 02:22:33 +0000
commitfbd197b11afc2cca7fc932f930509b20b3f65e7c (patch)
tree03d2f24d64d8a7ac11e1a061c0b6eec8b5f6ce23
parentcleanlooks style for default, guess this is static build default anyway (diff)
downloadgpg4usb-fbd197b11afc2cca7fc932f930509b20b3f65e7c.tar.gz
gpg4usb-fbd197b11afc2cca7fc932f930509b20b3f65e7c.zip
layout
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1051 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r--qml/keydetails.qml8
1 files 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"
}