slint/sixtyfps_runtime/corelib/items
Simon Hausmann 4766112887 Fix last letter in Text sometimes being cut off in layouts
Due to stretch using rounding, it may happen that the minimum width will
rounded down, and then later when we draw the text with the calculated width,
we have no choice but cut off the last letter.

Fixes #151
2021-02-01 11:41:04 +01:00
..
image.rs Prepare rtti to be able to handle Callback with argument 2021-01-20 10:00:19 +01:00
text.rs Fix last letter in Text sometimes being cut off in layouts 2021-02-01 11:41:04 +01:00