Skip to content

Commit

Permalink
[update-app] adjust about text pos
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Wang <hank@openmoko.com>
  • Loading branch information
Hank Wang committed Aug 15, 2012
1 parent 440c870 commit dcd8301
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion update-app/Wikireader Update.py
Expand Up @@ -65,7 +65,7 @@ def __init__(self, parent, ID, title, size=wx.DefaultSize, pos=wx.DefaultPositio
logoImage = images.geticon_128x128Bitmap()
logo = wx.StaticBitmap(whitePanel, -1, logoImage, size=(128, 128), pos=(136, 20))

versionLabel = wx.StaticText(whitePanel, -1, "Version 1.0.2", pos=(160, 150))
versionLabel = wx.StaticText(whitePanel, -1, "Version 1.0.2", pos=(156, 150))

descLabel = wx.StaticText(whitePanel, -1,
"From day one, our goal was to give physical form to Wikipedia, one of the most interesting aspects of the Internet, so people can bring it with them everywhere they go. We want to promote personal growth and the ability to enjoy those unexpected moments when curiosity strikes. WikiReader is our gift for those who have the openness to experience life and the willingness to be changed by it.",
Expand Down
2 changes: 0 additions & 2 deletions update-app/buildMacApp.sh
Expand Up @@ -19,5 +19,3 @@ cd dist
tar -zcvf "WikiReader.tar.gz" "WikiReader Update.app/"

cd -

rm -rf build
1 change: 1 addition & 0 deletions update-app/clear.sh
Expand Up @@ -3,3 +3,4 @@
rm *.pyo
rm *.pyc
rm -rf ./dist
rm -rf build

0 comments on commit dcd8301

Please sign in to comment.