Skip to content

Commit b64ba77

Browse files
committed
#18 Update about stage
1 parent 18cb09c commit b64ba77

File tree

1 file changed

+6
-6
lines changed
  • src/main/resources/com/github/introfog/gitwave/view

1 file changed

+6
-6
lines changed

src/main/resources/com/github/introfog/gitwave/view/about.fxml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<?import javafx.scene.image.ImageView?>
99
<?import javafx.scene.layout.AnchorPane?>
1010
<?import javafx.scene.text.Font?>
11-
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="377.0" prefWidth="400.0" style="-fx-font-size: 12; -fx-font-family: verdana;" xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.github.introfog.gitwave.controller.AboutController">
11+
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="315.0" prefWidth="400.0" style="-fx-font-size: 12; -fx-font-family: verdana;" xmlns="http://javafx.com/javafx/17.0.12" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.github.introfog.gitwave.controller.AboutController">
1212
<children>
1313
<ImageView fitHeight="80.0" fitWidth="80.0" layoutX="32.0" layoutY="40.0" pickOnBounds="true" preserveRatio="true" AnchorPane.leftAnchor="0.0" AnchorPane.topAnchor="0.0">
1414
<image>
@@ -19,17 +19,17 @@
1919
<graphic>
2020
<Label text="GitWave">
2121
<font>
22-
<Font name="System Bold" size="14.0" />
22+
<Font name="Verdana Bold" size="14.0" />
2323
</font>
2424
</Label>
2525
</graphic>
2626
<font>
2727
<Font name="Verdana Bold" size="14.0" />
2828
</font></Label>
29-
<Label layoutX="134.0" layoutY="72.0" prefHeight="142.0" prefWidth="236.0" text="GitWave is the ultimate tool for developers who work with multiple repositories on Windows. The app is designed to streamline your workflow by allowing you to run any bash commands across several repositories simultaneously. It’s a powerful companion for any developer looking to save time and effort when managing their Git projects." wrapText="true" AnchorPane.leftAnchor="100.0" AnchorPane.rightAnchor="0.0" />
30-
<Label layoutX="134.0" layoutY="233.0" prefHeight="39.0" prefWidth="236.0" text="GitWave is a open source project, which you can find on" wrapText="true" AnchorPane.leftAnchor="100.0" AnchorPane.rightAnchor="0.0" />
31-
<Hyperlink layoutX="193.0" layoutY="251.0" onAction="#openGitHub" prefHeight="12.0" prefWidth="46.0" text="GitHub" AnchorPane.leftAnchor="193.0" AnchorPane.rightAnchor="0.0" />
32-
<Label layoutX="133.0" layoutY="293.0" text="Copyright 2023-2024 Dmitry Chubrick" AnchorPane.leftAnchor="100.0" />
29+
<Label layoutX="134.0" layoutY="72.0" text="GitWave is the ultimate tool for developers who work with multiple repositories. The app is designed to streamline your workflow by allowing you to run any bash commands across several repositories simultaneously. It’s a powerful companion for any developer looking to save time and effort when managing their Git projects." wrapText="true" AnchorPane.leftAnchor="100.0" AnchorPane.rightAnchor="0.0" />
30+
<Label layoutX="140.0" layoutY="210.0" text="GitWave is a open source project:" wrapText="true" AnchorPane.leftAnchor="100.0" />
31+
<Hyperlink layoutX="140.0" layoutY="207.0" onAction="#openGitHub" text="GitHub" AnchorPane.rightAnchor="0.0" />
32+
<Label layoutX="133.0" layoutY="240.0" text="Copyright 2023-2024 Dmitry Chubrick" AnchorPane.leftAnchor="100.0" />
3333
</children>
3434
<padding>
3535
<Insets bottom="20.0" left="20.0" right="20.0" top="20.0" />

0 commit comments

Comments
 (0)