Merge branch 'master' of https://git.xdrm.io/MTI/javafx-p1
This commit is contained in:
commit
30b1298c9d
|
@ -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 />
|
||||
|
|
Loading…
Reference in New Issue