Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
fix alignement in about, split wallet and walletController in two files
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoît HERVIER committed Apr 11, 2013
1 parent b4f6266 commit 6cdd9e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 477 deletions.
2 changes: 1 addition & 1 deletion bitpurse/__init__.py
Expand Up @@ -17,7 +17,7 @@
from PySide.QtCore import QUrl, QObject
from PySide import QtDeclarative
from PySide.QtOpenGL import QGLWidget, QGLFormat
from wallet import WalletController
from walletcontroller import WalletController
import sys
import os
import os.path
Expand Down
4 changes: 2 additions & 2 deletions bitpurse/qml/AboutPage.qml
Expand Up @@ -56,8 +56,7 @@ Page {
}
Label {
text: qsTr('A nice looking Bitcoin Client for MeeGo.')
anchors {right: parent.right; left: parent.left}
wrapMode: Text.WordWrap
anchors.horizontalCenter: parent.horizontalCenter
}

Column {
Expand Down Expand Up @@ -126,6 +125,7 @@ Page {
text: qsTr('By Benoit HERVIER<br>Licenced under GPLv3.<br>http://khertan.net/BitPurse')
anchors {right: parent.right; left: parent.left}
wrapMode: Text.WordWrap

MouseArea {
anchors.fill: parent
onClicked:
Expand Down

0 comments on commit 6cdd9e1

Please sign in to comment.