Skip to content

Commit

Permalink
feat: some minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDead committed Jan 19, 2025
1 parent 5e5141c commit 1a3c8d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/windows/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
xmlns:fx="http://javafx.com/fxml/1"
fx:controller="com.codedead.opal.controller.MainWindowController"
onDragOver="#onDragOver"
onDragDropped="#onDragDropped"
>
onDragDropped="#onDragDropped">

<rowConstraints>
<RowConstraints/>
Expand Down

0 comments on commit 1a3c8d3

Please sign in to comment.