Merge pull request #669 from cillian64/progressbar_padding

Remove padding from progress bar
This commit is contained in:
Tom Dewey 2023-10-17 10:40:37 +01:00 committed by GitHub
commit 7fdf3d033f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,7 +237,6 @@ ApplicationWindow {
ProgressBar { ProgressBar {
Layout.bottomMargin: 25 Layout.bottomMargin: 25
padding: 5
id: progressBar id: progressBar
Layout.fillWidth: true Layout.fillWidth: true
visible: false visible: false