diff options
author | Ken Moore <ken@ixsystems.com> | 2018-02-02 13:51:27 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-02-02 13:51:27 -0500 |
commit | 9001eb57798a6c1fb02f811c08b7fd1520564974 (patch) | |
tree | 62d3db3028aa569dd6188af82ec94490b8408ecd /src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc | |
parent | Oops - accidentally left a code stub for some later work... (diff) | |
download | lumina-9001eb57798a6c1fb02f811c08b7fd1520564974.tar.gz lumina-9001eb57798a6c1fb02f811c08b7fd1520564974.tar.bz2 lumina-9001eb57798a6c1fb02f811c08b7fd1520564974.zip |
Add a new "Clock_Digital" plugin
Also ensure the panel plugins are fit to the width/height depending on the type of panel (vertical/horizontal)
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc')
-rw-r--r-- | src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc b/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc index 1da9d5bd..292caea2 100644 --- a/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc +++ b/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc @@ -11,5 +11,6 @@ <file>plugins/status_tray/NetworkButton.qml</file> <file>plugins/status_tray/BatteryButton.qml</file> <file>plugins/status_tray/UpdateButton.qml</file> + <file>plugins/Clock_Digital.qml</file> </qresource> </RCC> |