summaryrefslogtreecommitdiffstats
path: root/demos/declarative
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-06-30 15:01:59 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-06-30 15:01:59 (GMT)
commit38153cd6e94645ea21d037b2153d0b697c094949 (patch)
tree9a4536cd6a507fd9d69584856b5dd9ff7d7268ce /demos/declarative
parentd86679ee600bd26788b5bbcd27abf078f0ec948c (diff)
downloadQt-38153cd6e94645ea21d037b2153d0b697c094949.zip
Qt-38153cd6e94645ea21d037b2153d0b697c094949.tar.gz
Qt-38153cd6e94645ea21d037b2153d0b697c094949.tar.bz2
Minor Twitter demo enhancements
First time I actually use it to tweet and I find two bugs...
Diffstat (limited to 'demos/declarative')
-rw-r--r--demos/declarative/twitter/TwitterCore/AuthView.qml1
-rw-r--r--demos/declarative/twitter/TwitterCore/HomeTitleBar.qml2
2 files changed, 2 insertions, 1 deletions
diff --git a/demos/declarative/twitter/TwitterCore/AuthView.qml b/demos/declarative/twitter/TwitterCore/AuthView.qml
index ef10258..4f75777 100644
--- a/demos/declarative/twitter/TwitterCore/AuthView.qml
+++ b/demos/declarative/twitter/TwitterCore/AuthView.qml
@@ -93,6 +93,7 @@ Item {
color: "#151515"; selectionColor: "green"
KeyNavigation.tab: login
KeyNavigation.backtab: nameIn
+ onAccepted: login.doLogin();
}
}
}
diff --git a/demos/declarative/twitter/TwitterCore/HomeTitleBar.qml b/demos/declarative/twitter/TwitterCore/HomeTitleBar.qml
index 52164ed..b26f7b3 100644
--- a/demos/declarative/twitter/TwitterCore/HomeTitleBar.qml
+++ b/demos/declarative/twitter/TwitterCore/HomeTitleBar.qml
@@ -128,7 +128,7 @@ Item {
cursorVisible: true; font.bold: true
width: parent.width - 12
height: parent.height - 8
- font.pointSize: 10
+ font.pixelSize: 12
wrapMode: TextEdit.Wrap
color: "#151515"; selectionColor: "green"
}