You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/com/github/introfog/gitwave/view/settings.fxml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,14 @@
25
25
<children>
26
26
<AnchorPaneprefHeight="200.0"prefWidth="200.0">
27
27
<children>
28
-
<Labelfx:id="pathToBashText"prefHeight="17.0"prefWidth="430.0"text="Path to bash to execute commands" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0" />
Copy file name to clipboardExpand all lines: src/main/resources/com/github/introfog/gitwave/view/setup.fxml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
<AnchorPaneprefHeight="200.0"prefWidth="200.0">
24
24
<children>
25
25
<LabelprefHeight="30.0"prefWidth="510.0"text="Automatic bash path finding hasn't been success. Set path to bash, it is required to execute git commands."wrapText="true" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
<LabellayoutY="62.0"prefHeight="30.0"prefWidth="510.0"text="On Unix likes systems usaully it is "/usr/bin/bash", on Windows "PATH_TO_GIT/bin/bash.exe"."wrapText="true" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="40.0" />
0 commit comments