Skip to content

Commit 0422440

Browse files
committed
#5 Update footer spacing in main window
1 parent cd38360 commit 0422440

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<rowConstraints>
2929
<RowConstraints maxHeight="25.0" minHeight="25.0" prefHeight="25.0" vgrow="NEVER" />
3030
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
31-
<RowConstraints maxHeight="50.0" minHeight="50.0" prefHeight="50.0" vgrow="NEVER" />
31+
<RowConstraints maxHeight="63.0" minHeight="63.0" prefHeight="63.0" vgrow="NEVER" />
3232
</rowConstraints>
3333
<children>
3434
<MenuBar prefHeight="25.0" prefWidth="450.0" GridPane.vgrow="NEVER">
@@ -127,7 +127,7 @@
127127
<font>
128128
<Font name="Verdana" size="12.0" />
129129
</font></Button>
130-
<Hyperlink focusTraversable="false" layoutY="25.0" onAction="#foundIssue" text="Found an issue?" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0">
130+
<Hyperlink focusTraversable="false" layoutY="25.0" onAction="#foundIssue" text="Found an issue?" AnchorPane.bottomAnchor="5.0" AnchorPane.leftAnchor="5.0">
131131
<font>
132132
<Font name="Verdana" size="12.0" />
133133
</font></Hyperlink>

0 commit comments

Comments
 (0)