Standard way of knowing if window "is wide"
This commit is contained in:
@@ -16,8 +16,6 @@ SwipeView {
|
||||
property alias headerLabel: innerHeaderLabel
|
||||
property var hideHeaderUnderHeight: null
|
||||
|
||||
property bool wide: width > 414 + leftPadding + rightPadding
|
||||
|
||||
property int currentSpacing:
|
||||
Math.min(theme.spacing * width / 400, theme.spacing * 2)
|
||||
|
||||
|
Reference in New Issue
Block a user