diff --git a/src/controls/ApplicationWindow.qml b/src/controls/ApplicationWindow.qml --- a/src/controls/ApplicationWindow.qml +++ b/src/controls/ApplicationWindow.qml @@ -110,7 +110,7 @@ property alias pageStack: __pageStack //redefines here as here we can know a pointer to PageRow - wideScreen: width >= applicationWindow().pageStack.defaultColumnWidth*2 + wideScreen: width >= applicationWindow().pageStack.defaultColumnWidth * 1.5 PageRow { id: __pageStack diff --git a/src/styles/org.kde.desktop/ApplicationWindow.qml b/src/styles/org.kde.desktop/ApplicationWindow.qml --- a/src/styles/org.kde.desktop/ApplicationWindow.qml +++ b/src/styles/org.kde.desktop/ApplicationWindow.qml @@ -26,5 +26,4 @@ id: root width: Units.gridUnit * 55 height: Units.gridUnit * 40 - wideScreen: true }