Bug 357900

Summary: resizing in "Guess number" activity
Product: [Applications] gcompris Reporter: Jazeix Johnny <jazeix>
Component: generalAssignee: Bruno Coudoin <bruno.coudoin>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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