From ed534167939f61c3f8f76d91c12ccc7d4580388f Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Fri, 28 Dec 2018 20:26:40 +0200 Subject: [PATCH] improve basic mode for view settings --- .../package/contents/configuration/pages/AppearanceConfig.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/shell/package/contents/configuration/pages/AppearanceConfig.qml b/shell/package/contents/configuration/pages/AppearanceConfig.qml index e6bc2a4c8..352e64248 100644 --- a/shell/package/contents/configuration/pages/AppearanceConfig.qml +++ b/shell/package/contents/configuration/pages/AppearanceConfig.qml @@ -263,7 +263,6 @@ PlasmaComponents.Page { Layout.leftMargin: units.smallSpacing * 2 Layout.rightMargin: units.smallSpacing * 2 spacing: units.smallSpacing - visible: dialog.highLevel PlasmaComponents.Label { text: i18n("Distance") @@ -388,7 +387,6 @@ PlasmaComponents.Page { Layout.fillWidth: true Layout.leftMargin: units.smallSpacing * 2 Layout.rightMargin: units.smallSpacing * 2 - visible: dialog.highLevel PlasmaComponents.Label { text: i18n("Opacity") @@ -494,7 +492,6 @@ PlasmaComponents.Page { ColumnLayout { Layout.fillWidth: true spacing: units.smallSpacing - visible: dialog.expertLevel LatteExtraControls.Header { text: i18n("Length") @@ -579,6 +576,7 @@ PlasmaComponents.Page { Layout.leftMargin: units.smallSpacing * 2 Layout.rightMargin: units.smallSpacing * 2 spacing: units.smallSpacing + visible: dialog.expertLevel PlasmaComponents.Label { text: i18n("Offset")