fxml.model (added searchbar)

This commit is contained in:
xdrm-brackets 2017-12-12 09:34:17 +01:00
parent 0334cd85d5
commit 7fa0f3f012
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<?import javafx.geometry.Insets?>
<?import javafx.scene.Cursor?>
<?import javafx.scene.control.ScrollPane?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
@ -312,6 +313,11 @@
<content>
<FlowPane id="container" fx:id="container" alignment="TOP_CENTER" columnHalignment="CENTER" prefHeight="650.0" prefWidth="880.0" prefWrapLength="1000.0">
<children>
<TextField id="searchbar" prefHeight="26.0" prefWidth="759.0" promptText="Search..." style="-fx-border-width: 0 0 1 0; -fx-background-color: #ffffff; -fx-border-color: #eeeeee; -fx-background-radius: 0; -fx-border-radius: 0;">
<FlowPane.margin>
<Insets bottom="20.0" top="20.0" />
</FlowPane.margin>
</TextField>
<AnchorPane fx:id="card1" prefHeight="118.0" style="-fx-border-insets: 10; -fx-background-insets: 10; -fx-background-color: #fff; -fx-background-radius: 3; -fx-border-radius: 3; -fx-border-color: #ddd;">
<opaqueInsets>
<Insets />