Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
introfog committed Nov 5, 2024
1 parent a9f8c1a commit ba6f3d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void writeErrorOutput(String line) {
}

public void writeFinishMessage() {
commonWritingPart("\nPress Enter or Esc to close the window...", "-fx-fill: green");
commonWritingPart("\nPress Enter or Esc to close the tab...", "-fx-fill: gray");
isExecutionFinished = true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</Label>
<HBox>
<children>
<Label text="GitWave is a open source project:" wrapText="true">
<Label text="GitWave is an open source project:" wrapText="true">
<HBox.margin>
<Insets />
</HBox.margin>
Expand Down

0 comments on commit ba6f3d3

Please sign in to comment.