Skip to content

fix alignment anchor in layout

Daniel Frost requested to merge Danfro/teleports:fiximagealingment into master

In WebPagePreview.qml alignment of the image is defined twice. Once using layout and a second time using anchors. This results in this error message:

image

Removing the anchor seems the appropriate option. This will fix the error message.

But I would like to discuss which alignment would be the best to use. Here are three screenshots showing all three (top, Vcenter and bottom). I have to admit, I like bottom most. Top is quite obvious no option. But of course this can easily be changed.

TOP:

image

VCENTER:

image

BOTTOM:

image

Merge request reports