diff options
Diffstat (limited to 'widgets/BoxLayout.qml')
| -rw-r--r-- | widgets/BoxLayout.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/BoxLayout.qml b/widgets/BoxLayout.qml index 2163000..d000bda 100644 --- a/widgets/BoxLayout.qml +++ b/widgets/BoxLayout.qml @@ -2,7 +2,7 @@ import "root:/config" import QtQuick.Layouts GridLayout { - property bool vertical: false + property bool vertical: parent.vertical ?? false // Propagate from parent property bool homogenous: false property int spacing: Appearance.spacing.small |