From 216c498cefae33f62403b7111b12ee386cdcbd6a Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Mon, 25 Feb 2019 14:35:53 +0200 Subject: [PATCH] improve Items size options --- .../configuration/pages/AppearanceConfig.qml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/shell/package/contents/configuration/pages/AppearanceConfig.qml b/shell/package/contents/configuration/pages/AppearanceConfig.qml index 302b26c89..51b630a36 100644 --- a/shell/package/contents/configuration/pages/AppearanceConfig.qml +++ b/shell/package/contents/configuration/pages/AppearanceConfig.qml @@ -148,6 +148,11 @@ PlasmaComponents.Page { text: i18n("Items") } + LatteExtraControls.SubHeader { + text: i18nc("items effects", "Size") + isFirstSubCategory: true + } + RowLayout { Layout.fillWidth: true Layout.leftMargin: units.smallSpacing * 2 @@ -155,7 +160,7 @@ PlasmaComponents.Page { enabled: proportionSizeSlider.value === 1 PlasmaComponents.Label { - text: i18n("Size") + text: i18nc("absolute size","Absolute") horizontalAlignment: Text.AlignLeft } @@ -211,7 +216,7 @@ PlasmaComponents.Page { visible: dialog.expertLevel || plasmoid.configuration.proportionIconSize>0 PlasmaComponents.Label { - text: i18n("From Screen Height") + text: i18nc("relative size", "Relative") horizontalAlignment: Text.AlignLeft enabled: proportionSizeSlider.value !== proportionSizeSlider.from } @@ -258,6 +263,11 @@ PlasmaComponents.Page { } } + LatteExtraControls.SubHeader { + text: i18nc("items effects", "Effects") + //isFirstSubCategory: true + } + RowLayout { Layout.fillWidth: true Layout.leftMargin: units.smallSpacing * 2 @@ -307,6 +317,7 @@ PlasmaComponents.Page { } } + /* LatteExtraControls.SubHeader { visible: dialog.expertLevel text: i18nc("automatic options", "Automatic") @@ -324,7 +335,7 @@ PlasmaComponents.Page { onClicked: { plasmoid.configuration.autoDecreaseIconSize = checked } - } + }*/ } //! END: Items