Skip to content

Commit

Permalink
Added startup scripts to the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaloLorn committed Jul 30, 2018
1 parent 3b7ba51 commit 6aeba24
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .idea/artifacts/SR2ModManager.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions modmanager.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
java -jar SR2ModManager.jar
pause
2 changes: 2 additions & 0 deletions modmanager.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
java -jar SR2ModManager.jar
pause
2 changes: 1 addition & 1 deletion src/com/dalolorn/sr2modmanager/MainFrame.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<ListView fx:id="branchList" layoutY="25.0" prefHeight="275.0" prefWidth="300.0" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="25.0" GridPane.hgrow="NEVER" GridPane.vgrow="NEVER" />
<VBox alignment="CENTER" fillWidth="false" spacing="5.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" GridPane.columnIndex="1" GridPane.vgrow="NEVER">
<children>
<Label fx:id="urlLabel" alignment="CENTER" contentDisplay="CENTER" text="No repository selected" AnchorPane.leftAnchor="80.0" AnchorPane.rightAnchor="80.0" AnchorPane.topAnchor="15.0">
<Label fx:id="urlLabel" alignment="CENTER" contentDisplay="CENTER" text="No repository selected" textAlignment="CENTER" wrapText="true" AnchorPane.leftAnchor="80.0" AnchorPane.rightAnchor="80.0" AnchorPane.topAnchor="15.0">
<VBox.margin>
<Insets />
</VBox.margin>
Expand Down

0 comments on commit 6aeba24

Please sign in to comment.