Skip to content

Commit

Permalink
fixed symmetry issues in the layout
Browse files Browse the repository at this point in the history
  • Loading branch information
SpoilerRules committed Apr 1, 2024
1 parent b523331 commit 14e4dd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class TabConsole : AbstractTab(4, "Console") {
)
setMaxSize(410.0, 355.0)
setMinSize(410.0, 355.0)
GridPane.setMargin(this, Insets(-0.5, 0.0, 0.0, 4.4))
GridPane.setMargin(this, Insets(-1.5, 0.0, 0.0, 4.4))
children.add(
HBox().apply {
alignment = Pos.CENTER
Expand Down

0 comments on commit 14e4dd3

Please sign in to comment.