This is an automated email from the ASF dual-hosted git repository.
harbs 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 9439614a4d center the checkmark
9439614a4d is described below
commit 9439614a4d71b2513a25bc841c602a9cabf3107d
Author: Harbs <[email protected]>
AuthorDate: Wed Mar 18 15:36:50 2026 +0200
center the checkmark
---
.../Style/src/main/royale/org/apache/royale/style/skins/CheckBoxSkin.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/CheckBoxSkin.as
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/CheckBoxSkin.as
index b5461416e7..a479027855 100644
---
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/CheckBoxSkin.as
+++
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/CheckBoxSkin.as
@@ -298,7 +298,7 @@ package org.apache.royale.style.skins
// --tick-w: calc(var(--size) * 0.375);
var size:Number = 16 * getMultiplier();
var transform:Transform = new Transform();
- transform.translateY = "8%";
+ transform.translateY = "-8%";
transform.rotate = "45deg";
var borderWidth:BorderWidth = new BorderWidth();