mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 11:18:16 +07:00
8 lines
363 B
XML
8 lines
363 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<VBox>
|
|
<Label text="%message.text"
|
|
maxWidth="%message.width"
|
|
maxHeight=<warning descr="Invalid value: unable to coerce to java.lang.Double">"%message.height"</warning>
|
|
alignment=<warning descr="Invalid enumerated value">"%message.alignment"</warning>/>
|
|
</VBox> |