mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-22 06:21:25 +07:00
7 lines
305 B
XML
7 lines
305 B
XML
<?import javafx.scene.layout.GridPane?>
|
|
<?import javafx.scene.control.Button?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml">
|
|
<Button prefHeight="-Infinity"/>
|
|
<Button prefHeight=<error descr="Invalid value: unable to coerce to java.lang.Double">"xxx"</error>/>
|
|
</GridPane>
|
|
|