diff --git a/README.md b/README.md index 7d87d79..ca28f49 100644 --- a/README.md +++ b/README.md @@ -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. - - diff --git a/src/main/kotlin/automaton/constructor/view/AutomatonView.kt b/src/main/kotlin/automaton/constructor/view/AutomatonView.kt index d0e6a55..25abf0f 100644 --- a/src/main/kotlin/automaton/constructor/view/AutomatonView.kt +++ b/src/main/kotlin/automaton/constructor/view/AutomatonView.kt @@ -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)