Files
KDDockWidgets/tests/test_resources.qrc
Sergio Martins 2559b29b30 Fix separators not moving in some situations
We were mixing heights with widths... root->length() can be a width()
(if vertical), while we're calculating available width to grow
on a nested horizontal container
2020-07-06 23:54:42 +01:00

9 lines
268 B
Plaintext

<RCC>
<qresource prefix="/">
<file>layouts/invalid.json</file>
<file>layouts/overlapping-item.json</file>
<file>layouts/unsupported-serialization-version.json</file>
<file>layouts/stuck-separator.json</file>
</qresource>
</RCC>