You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/08/06 00:30:30 UTC

[2/3] git commit: ubuntu: use TextField instead of TextInput

ubuntu: use TextField instead of TextInput


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/3f8c964f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/3f8c964f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/3f8c964f

Branch: refs/heads/master
Commit: 3f8c964fa322eb553c0f90941d7e0d6aa7296fa1
Parents: 4352ab9
Author: Maxim Ermilov <ma...@canonical.com>
Authored: Sat Jun 28 02:18:33 2014 +0400
Committer: Maxim Ermilov <ma...@canonical.com>
Committed: Tue Aug 5 05:45:04 2014 +0400

----------------------------------------------------------------------
 src/ubuntu/notification.qml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/3f8c964f/src/ubuntu/notification.qml
----------------------------------------------------------------------
diff --git a/src/ubuntu/notification.qml b/src/ubuntu/notification.qml
index 8fd4885..41c08e9 100644
--- a/src/ubuntu/notification.qml
+++ b/src/ubuntu/notification.qml
@@ -30,9 +30,9 @@ Dialog {
     property string button3Text
     property bool promptVisible
     property string defaultPromptText
-    TextInput {// FIXME: swith to TextField(TextField should support visible property)
+
+    TextField {
         id: prompt
-        color: "white"
         text: defaultPromptText
         visible: promptVisible
         focus: true