Browse Source

Menghilangkan Border dari ScrollPane di FormUtama

pull/1/head
Ronaldo Christnawan 5 years ago
parent
commit
c36e583590
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/resources/fxml/FormUtama.fxml

+ 2
- 2
src/main/resources/fxml/FormUtama.fxml View File

@@ -151,7 +151,7 @@
</AnchorPane> </AnchorPane>
</top> </top>
<center> <center>
<ScrollPane fx:id="spMainContent" fitToHeight="true" fitToWidth="true" />
<ScrollPane fx:id="spMainContent" fitToHeight="true" fitToWidth="true" style="-fx-background-color: transparent;" />
</center> </center>
<bottom> <bottom>
<GridPane BorderPane.alignment="CENTER"> <GridPane BorderPane.alignment="CENTER">
@@ -206,7 +206,7 @@
<left> <left>
<SplitPane dividerPositions="0.6" orientation="VERTICAL" prefWidth="200.0"> <SplitPane dividerPositions="0.6" orientation="VERTICAL" prefWidth="200.0">
<items> <items>
<ScrollPane fx:id="spNavigasi" fitToHeight="true" fitToWidth="true">
<ScrollPane fx:id="spNavigasi" fitToHeight="true" fitToWidth="true" style="-fx-background-color: transparent;">
<content> <content>
<VBox fx:id="vbNavigasi" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="-Infinity" spacing="5.0" style="-fx-border-style: none;"> <VBox fx:id="vbNavigasi" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="-Infinity" spacing="5.0" style="-fx-border-style: none;">
<children> <children>


Loading…
Cancel
Save