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>
|
||||
<VBox alignment="CENTER" prefHeight="200.0" prefWidth="100.0" spacing="15.0">
|
||||
<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 size="14.0"/>
|
||||
</font>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<content>
|
||||
<VBox fx:id="fieldsBox" alignment="TOP_CENTER">
|
||||
<padding>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/>
|
||||
<Insets bottom="10.0" top="10.0"/>
|
||||
</padding>
|
||||
</VBox>
|
||||
</content>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<content>
|
||||
<VBox fx:id="headersBox" alignment="TOP_CENTER">
|
||||
<padding>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/>
|
||||
<Insets bottom="10.0" top="10.0"/>
|
||||
</padding>
|
||||
</VBox>
|
||||
</content>
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
</StackPane>
|
||||
<StackPane fx:id="searchLayer">
|
||||
<children>
|
||||
<VBox alignment="TOP_CENTER">
|
||||
<VBox alignment="TOP_CENTER" visible="false">
|
||||
<children>
|
||||
<Label graphicTextGap="10.0" text="SEARCH RESULTS" textFill="#199F6F">
|
||||
<VBox.margin>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<content>
|
||||
<VBox fx:id="fieldsBox" alignment="TOP_CENTER">
|
||||
<padding>
|
||||
<Insets bottom="10.0" left="10.0" right="10.0" top="15.0"/>
|
||||
<Insets bottom="10.0" top="10.0"/>
|
||||
</padding>
|
||||
</VBox>
|
||||
</content>
|
||||
|
|
Loading…
Reference in a new issue