Skip to content

Commit 26f12e0

Browse files
committed
No more label overrun in ontologyclassdialog.fxml.
1 parent 31e745a commit 26f12e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/view/ontologyclassdialog.fxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
<padding><Insets left="10" right="10" top="10" /></padding>
1818
<Label text="Element Name: " GridPane.columnIndex="0" GridPane.rowIndex="0" />
1919
<TextField fx:id="nameTfd" GridPane.columnIndex="1" GridPane.rowIndex="0" />
20-
<Separator GridPane.columnIndex="0" GridPane.columnSpan="2" GridPane.rowIndex="1"/>
20+
<Separator GridPane.columnIndex="0" GridPane.columnSpan="2" GridPane.rowIndex="1" />
2121
<Label text="literal type" GridPane.columnIndex="0" GridPane.rowIndex="2" />
2222
<TextField fx:id="typeTfd" disable="true" GridPane.columnIndex="1" GridPane.rowIndex="2" />
23-
<Separator GridPane.columnIndex="0" GridPane.columnSpan="2" GridPane.rowIndex="3"/>
23+
<Separator GridPane.columnIndex="0" GridPane.columnSpan="2" GridPane.rowIndex="3" />
2424
<Label text="class rdfs:label: " GridPane.columnIndex="0" GridPane.rowIndex="4" />
2525
<TextField fx:id="labelTfd" disable="true" GridPane.columnIndex="1" GridPane.rowIndex="4" />
2626
<Label alignment="TOP_LEFT" text="class rdfs:comment: " GridPane.columnIndex="0" GridPane.rowIndex="5" GridPane.valignment="TOP" />
2727
<TextArea fx:id="commentTxa" disable="true" prefHeight="253.0" prefWidth="335.0" wrapText="true" GridPane.columnIndex="1" GridPane.rowIndex="5" />
2828
<Separator GridPane.columnIndex="0" GridPane.columnSpan="2" GridPane.rowIndex="6" />
29-
<Label prefHeight="99.0" prefWidth="479.0" text="The rdfs:label/rdfs:comment in this dialog are constant literals relating to the class, not the instance. Instance level labels must be created manually." wrapText="true" GridPane.columnIndex="0" GridPane.columnSpan="2" GridPane.rowIndex="7" />
29+
<Label prefHeight="162.0" prefWidth="479.0" text="The rdfs:label/rdfs:comment in this dialog are constant literals relating to the class, not the instance. Instance level labels must be created manually." wrapText="true" GridPane.columnIndex="0" GridPane.columnSpan="2" GridPane.rowIndex="7" />
3030
</GridPane>
3131
</center>
3232
<bottom>

0 commit comments

Comments
 (0)