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:
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…
x
Reference in New Issue
Block a user