mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Remove padding from progress bar
Seems like there's a weird Qt bug in the ProgressBar widget where giving it padding means the white progress indicator doesn't actually start at the left edge of the bar or extend to the right edge of the bar. So just remove the padding from ProgressBar because it's not doing much.
This commit is contained in:
parent
f28b9d0d77
commit
a2c7deac70
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ ApplicationWindow {
|
|||
|
||||
ProgressBar {
|
||||
Layout.bottomMargin: 25
|
||||
padding: 5
|
||||
id: progressBar
|
||||
Layout.fillWidth: true
|
||||
visible: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue