Add some text to modeline

This commit is contained in:
Oystein Kristoffer Tveit 2021-02-19 16:57:12 +01:00
parent 0f1bcd3739
commit 132749eb34
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Region?>
<HBox
prefHeight="25.0"
@ -9,4 +10,8 @@
xmlns:fx="http://javafx.com/fxml/1"
fx:controller="app.controllers.ModelineController">
<Label text="Modeline :)"/>
<Region HBox.hgrow="ALWAYS"/>
<Label fx:id="columnrow" text="[y:x]"/>
<Label fx:id="language" text="Java"/>
</HBox>