Skip to content
Commit 0d14b0b1 authored by Niccolò Venerandi's avatar Niccolò Venerandi Committed by Nate Graham
Browse files

Simplify code for applet sizes and respect max width/height of non-filling applets

Some applets don't fillWidth/Height, and yet they still set a MaxWidth/MaxHeight
(and, usually, a minWidth/minHeight that's the same value). This respects the
requested size, and tries to simplify the code using `||` as a fallback operator
instead of nested `? :` operators.

BUG: 477813
BUG: 476925
parent ec1d30a2
Pipeline #559507 failed with stage
in 11 minutes and 28 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment