Files
openide/plugins/javaFX/testData/inspections/redundantValue/inheritedAttribute.fxml

9 lines
286 B
XML

<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Label?>
<GridPane xmlns:fx="http://javafx.com/fxml"
maxHei<caret>ght="-1"
minHeight="-Infinity"
alignment="TOP_LEFT"
prefHeight="400.0"
prefWidth="600.0">
</GridPane>