Commit f6a9aa41 authored by obscuren's avatar obscuren

fixed about window

parent b72d3528
facet.png

26.7 KB

...@@ -321,14 +321,27 @@ ApplicationWindow { ...@@ -321,14 +321,27 @@ ApplicationWindow {
id: aboutWin id: aboutWin
visible: false visible: false
title: "About" title: "About"
minimumWidth: 300 minimumWidth: 350
maximumWidth: 300 maximumWidth: 350
maximumHeight: 200 maximumHeight: 200
minimumHeight: 200 minimumHeight: 200
Image {
id: aboutIcon
height: 150
width: 150
fillMode: Image.PreserveAspectFit
smooth: true
source: "facet.png"
x: 10
y: 10
}
Text { Text {
font.pointSize: 18 anchors.left: aboutIcon.right
text: "Eth Go" anchors.leftMargin: 10
font.pointSize: 12
text: "<h2>Ethereum(Go)</h2><br><h3>Development</h3>Jeffrey Wilcke<br><h3>Binary Distribution</h3>Jarrad Hope<br>"
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment