This is an automated email from the ASF dual-hosted git repository.

pushminakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4a11e5e  Change Calender icon in DateFieldView.as
4a11e5e is described below

commit 4a11e5e04719604cd0b5d0c2d67988c0198cf3ce
Author: pashminakazi <42200979+pashminak...@users.noreply.github.com>
AuthorDate: Thu Jan 30 12:58:22 2020 +0500

    Change Calender icon in DateFieldView.as
---
 .../src/main/royale/org/apache/royale/html/beads/DateFieldView.as      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/DateFieldView.as
 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/DateFieldView.as
index 6188cf1..13c0ab8 100644
--- 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/DateFieldView.as
+++ 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/DateFieldView.as
@@ -126,7 +126,8 @@ package org.apache.royale.html.beads
                        _textInput.height = 18;
 
                        _button = new TextButton();
-                       _button.text = "⬇︎";
+                       //_button.text = "⬇︎";
+                       _button.text =  "\uD83D\uDCC5"
                        getHost().addElement(_button);
 
                        COMPILE::SWF {

Reply via email to