Skip to content

Commit 805bf66

Browse files
committed
Added an about dialog
1 parent 7b8afb9 commit 805bf66

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.idea/workspace.xml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/org/idaesbasic/controllers/AboutDialogController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ class AboutDialogController {
1414
}
1515
}
1616

17-
}
17+
}

src/main/resources/fxml/MainView.fxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,15 @@
205205
<tabs>
206206
<Tab disable="true" text="Messenges">
207207
<content>
208-
<AnchorPane prefHeight="200.0" prefWidth="200.0">
208+
<VBox alignment="CENTER">
209209
<children>
210-
<Label alignment="CENTER" text="This panel will be added in version 1.0.0 Stable" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
210+
<Label alignment="CENTER" text="This panel will be added in version 1.0.0 Stable">
211211
<font>
212212
<Font size="16.0" />
213213
</font>
214214
</Label>
215215
</children>
216-
</AnchorPane>
216+
</VBox>
217217
</content>
218218
</Tab>
219219
<Tab disable="true" text="News">

test.todo

Whitespace-only changes.

0 commit comments

Comments
 (0)