[PATCH] QML UI: Don't explicitly set width of GridLayout items

Dirk Hohndel dirk at hohndel.org
Tue Jan 19 13:26:30 PST 2016


On Tue, Jan 19, 2016 at 09:11:48PM +0000, Sebastian Kügler wrote:
> On Wednesday, January 20, 2016 06:44:08 Rick Walsh wrote:
> >                 height: saveButton.height
> > -               width: saveButton.width
> > +               Layout.preferredWidth: saveButton.width
> 
> Shoud also change the height to Layout.preferredHeight, otherwise, it's good 
> to go. (The change I suggested can be submitted separately).

Yes please as I already committed this one

/D


More information about the subsurface mailing list