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

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

commit 654044de8fec94c4364a2c73e4487706b7f24dd3
Author: Alex Harui <[email protected]>
AuthorDate: Fri Mar 23 00:18:31 2018 -0700

    Flex MX defaulted to Arial 12px
---
 frameworks/projects/MXRoyale/src/main/resources/defaults.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/defaults.css 
b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
index 43f45f4..6b735f5 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/defaults.css
+++ b/frameworks/projects/MXRoyale/src/main/resources/defaults.css
@@ -28,6 +28,8 @@
 global {
     IStatesImpl:            
ClassReference("org.apache.royale.core.StatesWithTransitionsImpl");
        IEffectTimer:                   
ClassReference("org.apache.royale.utils.EffectTimer");
+       font-size: 12px;
+       font-family: Arial;
 }
 
 /* -------------------------------------------------------
@@ -45,7 +47,6 @@ Button
        text-align: center;
        text-decoration: none;
        display: inline-block;
-       font-size: 12px;
 }
 Button:hover {
        background-color: #CCCCCC;

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to