1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-04 13:47:19 +03:00

move plasmoid config files in their own directory

This commit is contained in:
Michail Vourlakos 2017-05-18 19:31:59 +03:00
parent c6a8ed09b5
commit 7365e1f4bc
4 changed files with 3 additions and 14 deletions

View File

@ -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"
}
}

View File

@ -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@"
}
}