Style application
This commit is contained in:
@@ -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>
|
||||
@@ -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]"/>
|
||||
|
||||
Reference in New Issue
Block a user