So, I have a pattern like this one
C-3
---
---
---
C-3
---
---
---
C-3
---
---
---
And I want to have this one without creating everything from scratch:
C-3
---
---
---
---
---
---
C-3
---
---
---
---
---
---
C-3
---
---
---
---
---
---
In MPT there was this expand pattern switch. Maybe I am too dumb to find it but how do I doublesize a pattern?