|
|
@ -35,7 +35,10 @@ import org.kde.latte.core 0.2 as LatteCore
|
|
|
|
|
|
|
|
|
|
|
|
import "../controls" as LatteExtraControls
|
|
|
|
import "../controls" as LatteExtraControls
|
|
|
|
|
|
|
|
|
|
|
|
FocusScope {
|
|
|
|
Loader {
|
|
|
|
|
|
|
|
active: plasmoid && plasmoid.configuration && latteView
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sourceComponent: FocusScope {
|
|
|
|
id: dialog
|
|
|
|
id: dialog
|
|
|
|
|
|
|
|
|
|
|
|
width: typeSettings.width + units.smallSpacing * 4
|
|
|
|
width: typeSettings.width + units.smallSpacing * 4
|
|
|
@ -57,7 +60,6 @@ FocusScope {
|
|
|
|
Component.onCompleted: viewConfig.updateEffects()
|
|
|
|
Component.onCompleted: viewConfig.updateEffects()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LatteExtraControls.TypeSelection{
|
|
|
|
LatteExtraControls.TypeSelection{
|
|
|
|
id: typeSettings
|
|
|
|
id: typeSettings
|
|
|
|
anchors.centerIn: parent
|
|
|
|
anchors.centerIn: parent
|
|
|
@ -70,4 +72,5 @@ FocusScope {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|