Skip to content
Snippets Groups Projects
Commit 95ca31a0 authored by Kiljala Renne Lauri Olavi's avatar Kiljala Renne Lauri Olavi
Browse files

lisätty toinen menu oksalle.

parent 28a45ada
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.SplitPane?>
<?import javafx.scene.control.TitledPane?>
<?import javafx.scene.control.ToolBar?>
<?import javafx.scene.layout.AnchorPane?>
<SplitPane dividerPositions="0.3704013377926421, 0.7065217391304348" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/23.0.1">
<items>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0">
<children>
<TitledPane animated="false" layoutX="8.0" layoutY="22.0" prefHeight="398.0" prefWidth="218.0" text="Status" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0" />
</content>
</TitledPane>
</children></AnchorPane>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0">
<children>
<TitledPane animated="false" prefHeight="398.0" prefWidth="218.0" text="Demot">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">
<children>
<ToolBar layoutX="1.0" layoutY="333.0" prefHeight="40.0" prefWidth="192.0">
<items>
<Button mnemonicParsing="false" text="Lisää" />
</items>
</ToolBar>
</children>
</AnchorPane>
</content>
</TitledPane>
</children></AnchorPane>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="398.0" prefWidth="136.0">
<children>
<TitledPane animated="false" layoutX="-30.0" layoutY="26.0" prefHeight="398.0" prefWidth="172.0" text="Labrat" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<content>
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">
<children>
<ToolBar layoutX="-2.0" layoutY="334.0" prefHeight="37.0" prefWidth="172.0">
<items>
<Button mnemonicParsing="false" text="Lisää" />
</items>
</ToolBar>
</children>
</AnchorPane>
</content>
</TitledPane>
</children>
</AnchorPane>
</items>
</SplitPane>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment