Skip to content

Commit

Permalink
Trying to fix PR
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorFilimonov committed Oct 9, 2024
1 parent 0196efa commit dc5f5bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,3 @@ the following classifiers are supported: `win`, `linux`, `mac`, `win-x86`, `linu
## License

The Automata Constructor is licensed under the Apache-2.0 license, as detailed in the [LICENSE](LICENSE) file.


Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class AutomatonView(val automaton: Automaton, automatonViewContext: AutomatonVie
}
label {
layoutXProperty().bind(this@AutomatonView.widthProperty() - widthProperty() - 10.0)
layoutYProperty().bind(this@AutomatonView.heightProperty() - heightProperty() - 45.0)
layoutYProperty().bind(this@AutomatonView.heightProperty() - heightProperty() - 44.0)
val buttonsWidth = 700.0
maxWidthProperty().bind(this@AutomatonView.widthProperty() - buttonsWidth - 20.0)
font = Font.font(16.0)
Expand Down

0 comments on commit dc5f5bc

Please sign in to comment.