Invert line and column in settings window
offlate/ui/config/settings.py
207 | 207 | systembox.addWidget(nameLabel) | |
208 | 208 | systembox.addWidget(button) | |
209 | 209 | ||
210 | - | systemsbox.addLayout(systembox, x, y) | |
210 | + | systemsbox.addLayout(systembox, y, x) | |
211 | 211 | x += 1 | |
212 | 212 | if x == 2: | |
213 | 213 | x = 0 |