fix progress bar padding

This commit is contained in:
Denis-Cosmin NUTIU 2024-03-23 21:38:50 +02:00
parent 6bda1dbe06
commit dcaa00a7aa

View file

@ -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>