Final-Group-CIT-65 / finalProgrammingAssignment

This is composed very much of the midterm project for CIT65 at Fresno City College.
0 stars 0 forks source link

Text overflow in 'outputField.' #1

Open nick11roberts opened 10 years ago

nick11roberts commented 10 years ago

'outputField' fills the width of the screen, but it allows for text to wrap around to the bottom of the field. I have changed the size and padding so that the overflow text is not visible, but it is only a temporary fix.

I'm hesitant to say that we should set a max length for input and output, because different devices will display the width of the field differently. For example, if we make the max string length the width of a Nexus One screen, it will be too small on a Nexus 10 screen.