Add some text to modeline
This commit is contained in:
parent
0f1bcd3739
commit
132749eb34
@ -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>
|
Loading…
Reference in New Issue
Block a user