|
|
|
@@ -18,9 +18,6 @@ |
|
|
|
<?import javafx.scene.text.Font?> |
|
|
|
|
|
|
|
<BorderPane fx:id="bpMain" prefHeight="600.0" prefWidth="1000.0" stylesheets="@../styles/pos_styles.css" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="id.amigogroup.posterminal.FormUtamaController"> |
|
|
|
<top> |
|
|
|
<AnchorPane id="header" prefHeight="0.0" prefWidth="1000.0" /> |
|
|
|
</top> |
|
|
|
<center> |
|
|
|
<ScrollPane fx:id="spMainContent" fitToHeight="true" fitToWidth="true" style="-fx-background-color: transparent;" /> |
|
|
|
</center> |
|
|
|
@@ -89,11 +86,15 @@ |
|
|
|
<content> |
|
|
|
<VBox fx:id="vbNavigasi" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="-Infinity" spacing="5.0" style="-fx-border-style: none;"> |
|
|
|
<children> |
|
|
|
<ImageView fitHeight="90.0" fitWidth="140.0" pickOnBounds="true" preserveRatio="true"> |
|
|
|
<image> |
|
|
|
<Image url="@../assets/logo.png" /> |
|
|
|
</image> |
|
|
|
</ImageView> |
|
|
|
<HBox alignment="CENTER"> |
|
|
|
<children> |
|
|
|
<ImageView fitHeight="90.0" fitWidth="140.0" pickOnBounds="true" preserveRatio="true"> |
|
|
|
<image> |
|
|
|
<Image url="@../assets/logo.png" /> |
|
|
|
</image> |
|
|
|
</ImageView> |
|
|
|
</children> |
|
|
|
</HBox> |
|
|
|
<Button maxWidth="1.7976931348623157E308" mnemonicParsing="false" onAction="#btnTambahNotaOnAction" text="Tambah"> |
|
|
|
<VBox.margin> |
|
|
|
<Insets bottom="9.0" right="5.0" top="14.0" /> |
|
|
|
|