mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
11 lines
303 B
XML
11 lines
303 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
<?import javafx.scene.control.*?>
|
|
<?import java.lang.Double?>
|
|
|
|
<GridPane xmlns:fx="http://javafx.com/fxml" alignment="center">
|
|
<Button>
|
|
<minHeight><Double fx:constant="NEGATIVE_INFINITY"/></minHeight>
|
|
</Button>
|
|
</GridPane> |