widgets/wrapper: default resizeChild to true

Better reflects how wrapper types are used 99% of the time.
This commit is contained in:
outfoxxed 2025-05-25 02:23:31 -07:00
parent 428aec950e
commit 2bcd9e07fd
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 6 additions and 6 deletions

View file

@ -43,7 +43,7 @@ Rectangle {
/// Defaults to @@margin, and may be reset by assigning `undefined`.
property /*real*/alias rightMargin: manager.rightMargin
/// Determines if child item should be resized larger than its implicit size if
/// the parent is resized larger than its implicit size. Defaults to false.
/// the parent is resized larger than its implicit size. Defaults to true.
property /*bool*/alias resizeChild: manager.resizeChild
/// Overrides the implicit width of the wrapper.
///