Skip to content

Commit

Permalink
Fixed About OSGi.fx Dialog Box Text
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoy committed May 23, 2024
1 parent c277eb3 commit 9cbed48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<Insets top="10.0" />
</padding>
</VBox>
<Label fx:id="eclipseLink" prefHeight="48.0" prefWidth="343.0" text="This product includes software developed by other open source projects including the Eclipse Foundation" wrapText="true" GridPane.columnSpan="2" GridPane.rowIndex="3">
<Label fx:id="eclipseLink" prefHeight="48.0" prefWidth="343.0" text="This product includes softwares developed by other open source foundations including the Eclipse Foundation" wrapText="true" GridPane.columnSpan="2" GridPane.rowIndex="3">
<GridPane.margin>
<Insets left="20.0" right="25.0" />
</GridPane.margin>
Expand Down

0 comments on commit 9cbed48

Please sign in to comment.