From 4ae8ea7f18381ae7b85d8a1b917e4222ae5212b7 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Tue, 3 Jan 2017 21:41:35 +0200 Subject: [PATCH] drop QtQuick 2.7 in favor of 2.0 --- shell/contents/configuration/TasksConfig.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/shell/contents/configuration/TasksConfig.qml b/shell/contents/configuration/TasksConfig.qml index 86290e351..92d7adfcc 100644 --- a/shell/contents/configuration/TasksConfig.qml +++ b/shell/contents/configuration/TasksConfig.qml @@ -18,7 +18,7 @@ * along with this program. If not, see . */ -import QtQuick 2.7 +import QtQuick 2.0 import QtQuick.Controls 1.4 import QtQuick.Layouts 1.3 import QtGraphicalEffects 1.0 @@ -47,7 +47,6 @@ PlasmaComponents.Page{ } Column{ - leftPadding: 2*theme.defaultFont.pixelSize spacing: 0.4*theme.defaultFont.pixelSize PlasmaComponents.CheckBox { @@ -108,7 +107,6 @@ PlasmaComponents.Page{ } Column{ - leftPadding: 2*theme.defaultFont.pixelSize spacing: 0.4*theme.defaultFont.pixelSize PlasmaComponents.CheckBox { @@ -167,7 +165,6 @@ PlasmaComponents.Page{ } Column{ - leftPadding: 2*theme.defaultFont.pixelSize spacing: 0.4*theme.defaultFont.pixelSize PlasmaComponents.CheckBox {