slint/sixtyfps_runtime/rendering_backends/qt
Simon Hausmann 5cad61bcd0 Fix disappearing text in vertical layouts with word-wrap and alignment
When a Text element has wrapping enabled, it should not have zero
minimum size. Otherwise the layout will give it a height of zero in the
layout in the test case and that'll make the text disappear. There are
different options but this patch goes for minimum height as if no
wrapping was enabled (so at least one line plus forced line breaks).

Fixes #246
2021-06-01 10:52:26 +02:00
..
build.rs Display a warning if Qt is older than 5.15 2021-05-20 18:28:52 +02:00
Cargo.toml Fix wasm build when Qt is found in the host system 2021-04-27 15:43:05 +02:00
key_generated.rs Add support for Path.fill-rule 2021-02-10 14:08:32 +01:00
lib.rs Improved rendering of drop shadow for Qt 2021-05-21 17:33:21 +02:00
qt_window.rs Fix disappearing text in vertical layouts with word-wrap and alignment 2021-06-01 10:52:26 +02:00
widgets.rs MouseWheel support for the Flickable 2021-05-12 13:28:39 +02:00