diff options
Diffstat (limited to 'wizard/WizardController.qml')
| -rw-r--r-- | wizard/WizardController.qml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index d1d29a5b..dd6452da 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -119,9 +119,7 @@ Rectangle { property int flickableHeightMargin: 200 property int layoutScale: { - if(isMobile){ - return 0; - } else if(appWindow.width < 800){ + if(appWindow.width < 800){ return 1; } else { return 2; |
