Age | Commit message (Collapse) | Author |
|
Originally implemented to handle resizable ComboBox windows, this
"feature" no longer exists, so calculating min size is no longer
necessary. The calculation was also failing to account for dynamic
ListViews properly.
This patch simplifies things by setting ComboBox ListView's minimum size
explicitly and deferring to AbstractScrollableWidget's more flexible
calculated implementation otherwise.
Fixes FontPicker resizing incorrectly due to overly rigid ListViews.
|
|
This is just two ints or 8 bytes or the size of the reference on
x86_64 or AArch64.
|
|
|
|
|
|
Fixes incorrect content sizing when unnecessary scrollbars are hidden.
|
|
|
|
|
|
Previously, changing the font to one with a height greater than 18 meant
that no text was visible in the list items anymore.
|
|
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
|
|
|