Skip to content

Set an implicit size on applet popup

David Edmundson requested to merge work/d_ed/calculator into master

Buttons in the calculator scale to the current size, this affects the implicit size which would result in a binding loop if not trapped.

The buttons are designed to be big stylistic buttons rather than match the normal font size. Therefore the default size should be a value that looks good rather than trying to match any specific content.

Merge request reports