It's like if you see this in your code:
print 1
print 2
print 3
print 4
print 5
print 6
print 7
Any programmer would refactor that in a heartbeat without thinking too much about the impact or if it really matters.. it's just a plain bad smelly code.For a designer, unaligned things is just as annoying. It's not that much about if other people can see it. Some will "feel" it, some will clearly see it, some won't see it. But it's just smelly wrong.
Yes you could make a point of not tweaking it, but it's faster anyway to fix it rather than discuss it.