Style application

This commit is contained in:
2021-02-20 12:33:56 +01:00
parent 066fdb26ce
commit 7fba05d279
5 changed files with 228 additions and 7 deletions

View File

@@ -6,11 +6,11 @@
<ScrollPane
xmlns="http://javafx.com/javafx/8.0.65"
xmlns:fx="http://javafx.com/fxml/1"
fx:controller="app.controllers.FiletreeController">
fx:controller="app.controllers.FiletreeController"
fitToWidth="true"
fitToHeight="true">
<content>
<TreeView
fx:id="filetree"
prefHeight="${filetree.parent.height}"
prefWidth="${filetree.parent.width}"/>
fx:id="filetree"/>
</content>
</ScrollPane>

View File

@@ -5,10 +5,11 @@
<?import javafx.scene.layout.Region?>
<HBox
prefHeight="25.0"
prefHeight="35.0"
xmlns="http://javafx.com/javafx/8.0.65"
xmlns:fx="http://javafx.com/fxml/1"
fx:controller="app.controllers.ModelineController">
fx:controller="app.controllers.ModelineController"
alignment="CENTER_LEFT">
<Label text="Modeline :)"/>
<Region HBox.hgrow="ALWAYS"/>
<Label fx:id="columnrow" text="[y:x]"/>