Skip to content

Commit

Permalink
Make logger TextArea non editable
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmuscaria committed Feb 8, 2024
1 parent 3147ae4 commit e960b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/ui/duskers_launcher.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<content>
<BorderPane>
<center>
<TextArea fx:id="logs" prefHeight="200.0" prefWidth="200.0" BorderPane.alignment="CENTER">
<TextArea fx:id="logs" editable="false" prefHeight="200.0" prefWidth="200.0" BorderPane.alignment="CENTER">
<BorderPane.margin>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
</BorderPane.margin>
Expand Down

0 comments on commit e960b68

Please sign in to comment.