Feat: Dashboard media widget update + anim tokens restructure #151
+1
-1
@@ -267,7 +267,7 @@ CustomWindow {
|
||||
id: notifsBg
|
||||
|
||||
panel: panels.notifications
|
||||
radius: Tokens.rounding.medium
|
||||
radius: Tokens.rounding.large
|
||||
}
|
||||
|
||||
PanelBg {
|
||||
|
||||
@@ -11,7 +11,7 @@ import qs.Helpers
|
||||
Item {
|
||||
id: root
|
||||
|
||||
readonly property int padding: Tokens.padding.small
|
||||
readonly property int padding: Tokens.padding.smaller
|
||||
required property Item panels
|
||||
required property PersistentProperties visibilities
|
||||
|
||||
@@ -55,7 +55,7 @@ Item {
|
||||
anchors.fill: parent
|
||||
anchors.margins: root.padding
|
||||
color: "transparent"
|
||||
radius: Tokens.rounding.medium - root.padding
|
||||
radius: Tokens.rounding.large - root.padding
|
||||
|
||||
CustomListView {
|
||||
id: list
|
||||
@@ -152,7 +152,7 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
ClippingRectangle {
|
||||
CustomRect {
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: wrapper.idx === 0 ? 0 : 8
|
||||
color: "transparent"
|
||||
|
||||
@@ -22,7 +22,7 @@ CustomRect {
|
||||
|
||||
color: root.modelData.urgency === NotificationUrgency.Critical ? Colors.palette.m3secondaryContainer : Colors.tPalette.m3surfaceContainer
|
||||
implicitHeight: inner.implicitHeight
|
||||
radius: Tokens.rounding.small
|
||||
radius: Tokens.rounding.large - Tokens.padding.smaller
|
||||
x: implicitWidth
|
||||
|
||||
Behavior on x {
|
||||
|
||||
Reference in New Issue
Block a user