Skip to content

Changes to function keypad sequence and dynamic font and keypad size.

Kartikey Subramanium requested to merge hellokartikey/kalk:master into master

Rearranged trigonometric functions in the function pad.

Arc functions moved near normal trigonometric functions.

before

Before

after

After

Hard coding number of columns in function pad.

before

Before

after

After

Fixed minimum width and height.

The window can no longer have a width less than 20 units and height less than 30 (Default size).

before

Before

after

After

Dynamic font and keypad size

Screen, buttons, and button fonts now change with the change in window size.

before

Before

after

After

Merge request reports