changed layout

main
Thomas Battermann 10 years ago committed by Thomas Ba
parent f984bf7b34
commit e640baf5aa

@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.text.*?>
<?import javafx.geometry.*?>
<?import java.lang.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<TitledPane animated="false" collapsible="false" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" text="Dou you want to delete this item?" xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/8.0.45">
<TitledPane animated="false" collapsible="false" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" text="Dou you want to delete this item?" xmlns="http://javafx.com/javafx/8.0.45" xmlns:fx="http://javafx.com/fxml/1">
<content>
<HBox>
<children>
@ -18,4 +19,7 @@
</children>
</HBox>
</content>
<font>
<Font name="System Bold" size="13.0" />
</font>
</TitledPane>

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.text.*?>
<?import javafx.geometry.*?>
<?import java.lang.*?>
<?import javafx.scene.control.*?>
@ -42,6 +43,9 @@
</children>
</VBox>
</content>
<font>
<Font name="System Bold" size="13.0" />
</font>
</TitledPane>
<TitledPane id="createNewUserPane" animated="false" text="Create new user">
<content>
@ -85,6 +89,9 @@
</children>
</VBox>
</content>
<font>
<Font name="System Bold" size="13.0" />
</font>
</TitledPane>
</panes>
</Accordion>

@ -51,6 +51,7 @@
<Button id="todoNew" mnemonicParsing="false" text="New" />
<ToggleButton id="todoToggleDone" mnemonicParsing="false" text="done" />
<ToggleButton id="todoToggleStar" mnemonicParsing="false" text="star" />
<Button id="menuMove" mnemonicParsing="false" text="move" />
<Button id="todoDelete" mnemonicParsing="false" text="delete" />
<Separator orientation="VERTICAL" />
<ToggleButton id="todosShowDone" mnemonicParsing="false" text="show done" />

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.text.*?>
<?import javafx.geometry.*?>
<?import java.lang.*?>
<?import javafx.scene.control.*?>
@ -20,6 +21,9 @@
</children>
</HBox>
</content>
<font>
<Font name="System Bold" size="13.0" />
</font>
</TitledPane>
<TitledPane animated="false" collapsible="false" prefHeight="75.0" text="New file">
<content>
@ -28,6 +32,9 @@
<Button id="openFileNew" layoutX="14.0" layoutY="14.0" mnemonicParsing="false" prefHeight="26.0" prefWidth="473.0" text="Create new file" AnchorPane.bottomAnchor="1.0" AnchorPane.leftAnchor="1.0" AnchorPane.rightAnchor="1.0" AnchorPane.topAnchor="1.0" />
</children></AnchorPane>
</content>
<font>
<Font name="System Bold" size="13.0" />
</font>
</TitledPane>
</children>
</VBox>

@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.text.*?>
<?import javafx.geometry.*?>
<?import java.lang.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<TitledPane animated="false" collapsible="false" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" text="Save as ..." xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/8.0.45">
<TitledPane animated="false" collapsible="false" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" text="Save as ..." xmlns="http://javafx.com/javafx/8.0.45" xmlns:fx="http://javafx.com/fxml/1">
<content>
<HBox>
<children>
@ -18,4 +19,7 @@
</children>
</HBox>
</content>
<font>
<Font name="System Bold" size="13.0" />
</font>
</TitledPane>

Loading…
Cancel
Save