fix progress bar padding
This commit is contained in:
parent
6bda1dbe06
commit
dcaa00a7aa
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
<bottom>
|
||||
<ProgressBar fx:id="progressBar" maxWidth="Infinity" visible="false">
|
||||
<padding>
|
||||
<Insets left="5" right="5" top="5" />
|
||||
<Insets top="5" />
|
||||
</padding>
|
||||
</ProgressBar>
|
||||
</bottom>
|
||||
|
|
Loading…
Reference in a new issue