Change padding of KV panes
This commit is contained in:
parent
dccaf7e73d
commit
14cd517555
5 changed files with 5 additions and 5 deletions
|
@ -46,7 +46,7 @@
|
||||||
<content>
|
<content>
|
||||||
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" spacing="15.0">
|
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" spacing="15.0">
|
||||||
<children>
|
<children>
|
||||||
<Label text="SELECT A FILE TO ADD TO THE REQUEST" textFill="#9a9a9a">
|
<Label text="Select a file to add to the request" textFill="#9a9a9a">
|
||||||
<font>
|
<font>
|
||||||
<Font size="14.0"/>
|
<Font size="14.0"/>
|
||||||
</font>
|
</font>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<content>
|
<content>
|
||||||
<VBox fx:id="fieldsBox" alignment="TOP_CENTER">
|
<VBox fx:id="fieldsBox" alignment="TOP_CENTER">
|
||||||
<padding>
|
<padding>
|
||||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/>
|
<Insets bottom="10.0" top="10.0"/>
|
||||||
</padding>
|
</padding>
|
||||||
</VBox>
|
</VBox>
|
||||||
</content>
|
</content>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<content>
|
<content>
|
||||||
<VBox fx:id="headersBox" alignment="TOP_CENTER">
|
<VBox fx:id="headersBox" alignment="TOP_CENTER">
|
||||||
<padding>
|
<padding>
|
||||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/>
|
<Insets bottom="10.0" top="10.0"/>
|
||||||
</padding>
|
</padding>
|
||||||
</VBox>
|
</VBox>
|
||||||
</content>
|
</content>
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
</StackPane>
|
</StackPane>
|
||||||
<StackPane fx:id="searchLayer">
|
<StackPane fx:id="searchLayer">
|
||||||
<children>
|
<children>
|
||||||
<VBox alignment="TOP_CENTER">
|
<VBox alignment="TOP_CENTER" visible="false">
|
||||||
<children>
|
<children>
|
||||||
<Label graphicTextGap="10.0" text="SEARCH RESULTS" textFill="#199F6F">
|
<Label graphicTextGap="10.0" text="SEARCH RESULTS" textFill="#199F6F">
|
||||||
<VBox.margin>
|
<VBox.margin>
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<content>
|
<content>
|
||||||
<VBox fx:id="fieldsBox" alignment="TOP_CENTER">
|
<VBox fx:id="fieldsBox" alignment="TOP_CENTER">
|
||||||
<padding>
|
<padding>
|
||||||
<Insets bottom="10.0" left="10.0" right="10.0" top="15.0"/>
|
<Insets bottom="10.0" top="10.0"/>
|
||||||
</padding>
|
</padding>
|
||||||
</VBox>
|
</VBox>
|
||||||
</content>
|
</content>
|
||||||
|
|
Loading…
Reference in a new issue