shrey183 / Symbolic-Calculator

This is an ongoing project to create a symbolic calculator.
MIT License
2 stars 10 forks source link

Fixed the overflow bug #5

Closed r-arvind closed 5 years ago

r-arvind commented 5 years ago

I found a simple hack to fix the overflow bug. Also, I have made it so that the scroll bar is not visible.

shrey183 commented 5 years ago

This is great! However, we still cannot see the extra text. Do you think its possible to show all the text without overflow?

r-arvind commented 5 years ago

There are two things we can do:

  1. To wrap the overflowing content so that it goes to the next line
  2. To scale down the size of the text depending on the size of overflowing content.

Which one would you prefer ?

shrey183 commented 5 years ago

I would prefer if you implemented, scaling down the size of the text. Try it, if you come across any issues, post them here.

r-arvind commented 5 years ago

@shrey183, I am busy with some other work. You can expect a PR for this issue by the end of this week.