Bug 357900 - resizing in "Guess number" activity
Summary: resizing in "Guess number" activity
Status: RESOLVED FIXED
Alias: None
Product: gcompris
Classification: Applications
Component: general (other bugs)
Version First Reported In: git master
Platform: Other All
: NOR normal
Target Milestone: ---
Assignee: Bruno Coudoin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-12 20:25 UTC by Jazeix Johnny
Modified: 2016-04-03 15:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jazeix Johnny 2016-01-12 20:25:17 UTC
3 issues:
* if we add this RR: https://git.reviewboard.kde.org/r/126534/, the rectangle showing the numbers is too small so the text overrides. 3 solutions: either increase the rectangle size, adapt the rectangle size to its content, adapt the size to the maximum numbers of digits we can enter for the level.
* When resizing the screen, the plane stays at its position and does not resize. For the resizing, we should have a min and max value hardcoded, and if the size is between, have it dependent of the width or height.
* Same for the text.

Reproducible: Always