glyphSize attribute in FXML not considered

Issue #46 resolved
Thierry Wasylczenko created an issue

Hello,

In FontAwesomeFX 8.14, the glyphSize attribute in a FXML file is not used. Given the following FXML:

<BorderPane xmlns:fx="http://javafx.com/fxml" fx:id="root"
            fx:controller="com.twasyl.slideshowfx.controllers.SlideshowFXController"
            minWidth="1024" minHeight="768">
...
  <FontAwesomeIconView glyphName="FILE" glyphSize="20" glyphStyle="-fx-fill: white" />
...
</BorderPane>

If I use the -glyph-size instead, it is working.

In version 8.13, everything works fine.

Comments (4)

  1. Log in to comment