gcompris / GCompris-qt

GCompris in Qt Quick - Mirror of https://invent.kde.org/education/gcompris
219 stars 168 forks source link

Control the hose pipe: Fix layout for vertical mode [T7610] #210

Closed parth-p closed 6 years ago

petitlapin commented 6 years ago

Hi,

thank you for your PR.

There are multiple things to change in this activity regarding this issue:

Thank you

parth-p commented 6 years ago

@petitlapin , for the hidden fire and fire man do i need to change their y coordinates in order to see them properly ? Also can you tell me the aspect ratio of the screen in your case.

petitlapin commented 6 years ago

No, you can use anchors property directly instead of setting x/y (I let you dig :)). For the ratio of the screen, I just switched from fullscreen to windowed mode (ctrl+F) and resized it

parth-p commented 6 years ago

@petitlapin hi , i made some changes using anchors. Suggest if any more change is required.

petitlapin commented 6 years ago

Commited in https://commits.kde.org/gcompris/2b885eb95cf449156bc10597cec6b259ce35d338 with some changes, please verify them :).

Thank you,

Johnny