Skip to content

Commit 5da5db5

Browse files
committed
Added authors
1 parent 88af879 commit 5da5db5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/mist/assets/qml/main.qml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,8 @@ ApplicationWindow {
786786
title: "About"
787787
minimumWidth: 350
788788
maximumWidth: 350
789-
maximumHeight: 200
790-
minimumHeight: 200
789+
maximumHeight: 280
790+
minimumHeight: 280
791791

792792
Image {
793793
id: aboutIcon
@@ -797,7 +797,7 @@ ApplicationWindow {
797797
smooth: true
798798
source: "../facet.png"
799799
x: 10
800-
y: 10
800+
y: 30
801801
}
802802

803803
Text {
@@ -806,7 +806,7 @@ ApplicationWindow {
806806
anchors.top: parent.top
807807
anchors.topMargin: 30
808808
font.pointSize: 12
809-
text: "<h2>Mist (0.6.5)</h2><h4>Amalthea</h4><br><h3>Development</h3>Jeffrey Wilcke<br>Viktor Trón<br><h3>Building</h3>Maran Hidskes"
809+
text: "<h2>Mist (0.7.10)</h2><br><h3>Development</h3>Jeffrey Wilcke<br>Viktor Trón<br>Felix Lange<br>Taylor Gerring<br>Daniel Nagy<br><h3>UX</h3>Alex van de Sande<br>"
810810
}
811811
}
812812

0 commit comments

Comments
 (0)