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
commit 3a01f01f896581af1d8c4dfaca6f70ae369bab37 Merge: c79e07e093 024da4bf40 Author: Harbs <[email protected]> AuthorDate: Sun May 17 14:07:24 2026 +0300 Merge pull request #1272 from NechamiWormser/text-button Added Text Button. .../projects/Style/src/main/resources/defaults.css | 10 +- .../Style/src/main/resources/style-manifest.xml | 7 +- .../main/royale/org/apache/royale/style/Button.as | 93 +++++++++++++++ .../royale/style/{FileInput.as => IconButton.as} | 42 ++++++- .../royale/org/apache/royale/style/TextButton.as | 66 +++++++++++ .../org/apache/royale/style/skins/ButtonSkin.as | 128 +++++++++++++++++++++ .../org/apache/royale/style/skins/FileInputSkin.as | 98 ---------------- 7 files changed, 334 insertions(+), 110 deletions(-)
