From f6a9aa41101b6154ce5f019a77e6c897df662466 Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 28 Feb 2014 13:08:41 +0100 Subject: fixed about window --- facet.png | Bin 0 -> 27302 bytes wallet.qml | 21 +++++++++++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 facet.png diff --git a/facet.png b/facet.png new file mode 100644 index 000000000..49a266e96 Binary files /dev/null and b/facet.png differ diff --git a/wallet.qml b/wallet.qml index 8c91039fc..e86551ad6 100644 --- a/wallet.qml +++ b/wallet.qml @@ -321,14 +321,27 @@ ApplicationWindow { id: aboutWin visible: false title: "About" - minimumWidth: 300 - maximumWidth: 300 + minimumWidth: 350 + maximumWidth: 350 maximumHeight: 200 minimumHeight: 200 + Image { + id: aboutIcon + height: 150 + width: 150 + fillMode: Image.PreserveAspectFit + smooth: true + source: "facet.png" + x: 10 + y: 10 + } + Text { - font.pointSize: 18 - text: "Eth Go" + anchors.left: aboutIcon.right + anchors.leftMargin: 10 + font.pointSize: 12 + text: "

Ethereum(Go)


Development

Jeffrey Wilcke

Binary Distribution

Jarrad Hope
" } } -- cgit v1.2.3