apesic / rpncalc

A simple RPN (Reverse Polish Notation) calculator app built using Flutter
GNU General Public License v3.0
27 stars 1 forks source link

Adjustable stack font size and vertical paddings #4

Open sphh opened 3 years ago

sphh commented 3 years ago

Thank you for fixing the disappearing buttons (#1)!

But now I encounter another problem: I can only see two elements of the stack + the input line Screenshot_20210201-115251

May I suggest, that

If I could remove the vertical padding of the buttons, I could vertically shrink the keyboard and thus increasing the available vertical space for displaying the stack.

apesic commented 3 years ago

Thanks for the suggestions. I'll take a look at either making those customizable or having them scale better with the screen size.