Invert line and column in settings window

Julien LepillerSun Dec 13 15:08:18+0100 2020

c35ef14

Invert line and column in settings window

offlate/ui/config/settings.py

207207
            systembox.addWidget(nameLabel)
208208
            systembox.addWidget(button)
209209
210-
            systemsbox.addLayout(systembox, x, y)
210+
            systemsbox.addLayout(systembox, y, x)
211211
            x += 1
212212
            if x == 2:
213213
                x = 0