forked from quickshell/quickshell
widgets/wrapper: default resizeChild to true
Better reflects how wrapper types are used 99% of the time.
This commit is contained in:
parent
428aec950e
commit
2bcd9e07fd
5 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue