Hi,
i have a page with an column. i want to place an two control in one ‘row’
so i have brought in an rectangle element, i have something like
Column {
Textfield --
Rectangle {
Textfield
Button
now what happens is, that Rectangle has a colour, i think it was white
i was able to set it to the some overlay… but the opacity does not match and all
when i do modify opacity it also change the opacity of the child elements …
when i make the rectangle height 0 then i have solved two problems:
- i can have two controls next to each other in one column
- i have no background issue, but then i need to rearrange all the following controls, so the reason for the column is kind of gone.
any ideas ?
thanks !