add padding to progressbar
This commit is contained in:
parent
298149dfdb
commit
ae202bdf34
1 changed files with 5 additions and 1 deletions
|
@ -30,6 +30,10 @@
|
|||
</center>
|
||||
|
||||
<bottom>
|
||||
<ProgressBar fx:id="progressBar" maxWidth="Infinity" visible="false"/>
|
||||
<ProgressBar fx:id="progressBar" maxWidth="Infinity" visible="false">
|
||||
<padding>
|
||||
<Insets left="5" right="5" top="5" />
|
||||
</padding>
|
||||
</ProgressBar>
|
||||
</bottom>
|
||||
</BorderPane>
|
Loading…
Reference in a new issue