mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 23:51:37 +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>
|
|
|