You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2020/01/30 07:58:27 UTC

[royale-asjs] branch develop updated: Change Calender icon in DateFieldView.as

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 <42...@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 {