Skip to content

Commit

Permalink
Updated text
Browse files Browse the repository at this point in the history
  • Loading branch information
andeplane committed May 2, 2017
1 parent ce82eb9 commit d81ea82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions atomify-lammps/qml/desktop/RightBar/RightBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Page {
}

footer: Item {
height: 50
height: 150
width: parent.width
Text {
anchors.left: parent.left
Expand All @@ -65,13 +65,14 @@ Page {
anchors.margins: 10
textFormat: TextEdit.RichText
font.family: "DejaVu Sans Mono"
font.pixelSize: 16
font.pixelSize: 12
text: "
<style>
h2 { text-align: center; }
a { font-weight: bold; color: #56b1b4; text-decoration: none; }
p { color: white; }
</style>
<p>Atomify is developed by Anders Hafreager and Svenn-Arne Dragly.</p>
<p>Please report bugs <a href=\"reportBug\">here</a>.</p>
"
onLinkActivated: {
Expand Down

0 comments on commit d81ea82

Please sign in to comment.