Skip to content

Commit

Permalink
Made a problems list appear higher
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorFilimonov committed Oct 8, 2024
1 parent 8d717d1 commit ee54464
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class AutomatonView(val automaton: Automaton, automatonViewContext: AutomatonVie
}
label {
layoutXProperty().bind(this@AutomatonView.widthProperty() - widthProperty() - 10.0)
layoutYProperty().bind(this@AutomatonView.heightProperty() - heightProperty())
layoutYProperty().bind(this@AutomatonView.heightProperty() - heightProperty() - 30.0)
val buttonsWidth = 700.0
maxWidthProperty().bind(this@AutomatonView.widthProperty() - buttonsWidth - 20.0)
font = Font.font(16.0)
Expand Down

0 comments on commit ee54464

Please sign in to comment.