On Tuesday 16 August 2016, Dirk Hohndel wrote: > > ah, if what you have now works, then that's fine :) > > was something to try if it wasn't working yet :) > > So here are the kirigami patches that I now use. The last one I don't
thanks, I'll take a look at all of them > think you want to take. But I'd love to see a property that a program > using Kirigami can use to overwrite the fairly narrow defauly of 20 grid > units. sure, you can do: ApplicationWindow { ... pageStack.defaultColumnWidth: Units.gridUnit * 30 ... } you can set/access all the properties of pagerow in the above way -- Marco Martin