move plasmoid config files in their own directory

pull/1/head
Michail Vourlakos 8 years ago
parent c6a8ed09b5
commit 7365e1f4bc

@ -26,16 +26,16 @@ ConfigModel {
ConfigCategory {
name: i18n("Appearance")
icon: "preferences-desktop-display-color"
source: "ConfigAppearance.qml"
source: "config/ConfigAppearance.qml"
}
ConfigCategory {
name: i18n("Panel")
icon: "window-duplicate"
source: "ConfigPanel.qml"
source: "config/ConfigPanel.qml"
}
ConfigCategory {
name: i18n("Interaction")
icon: "preferences-system-windows-move"
source: "ConfigInteraction.qml"
source: "config/ConfigInteraction.qml"
}
}

@ -146,17 +146,6 @@ Item {
}
}
}
Label {
id: versionLabel
font.italic: true
horizontalAlignment: Text.AlignRight
Layout.alignment: Qt.AlignRight
Layout.fillWidth: true
text: i18n("ver: ") + "@VERSION@"
}
}
Loading…
Cancel
Save