dotfiles/local/share/plasma/plasmoids/Nori.Weather/contents/ui/LeftPanel.qml
2025-04-22 01:30:36 +10:00

12 lines
242 B
QML

import QtQuick
Item {
property color leftPanelColor: "red"
property int marginLeftReal: card.marginLeft
Card {
id: card
leftColor: leftPanelColor
width: parent.width
height: parent.height
}
}