Notification: better animations

NIconPicker: fix width/height
Autoformat
This commit is contained in:
lysec
2025-10-13 15:52:19 +02:00
parent 6217001886
commit b58ce5f982
5 changed files with 87 additions and 30 deletions
@@ -40,8 +40,7 @@ ColumnLayout {
Layout.fillWidth: true
label: I18n.tr("bar.widget-settings.active-window.hide-mode.label")
description: I18n.tr("bar.widget-settings.active-window.hide-mode.description")
model: [
{
model: [{
"key": "visible",
"name": I18n.tr("options.hide-modes.visible")
}, {
@@ -50,8 +49,7 @@ ColumnLayout {
}, {
"key": "transparent",
"name": I18n.tr("options.hide-modes.transparent")
}
]
}]
currentKey: root.valueHideMode
onSelected: key => root.valueHideMode = key
}
@@ -40,8 +40,7 @@ ColumnLayout {
Layout.fillWidth: true
label: I18n.tr("bar.widget-settings.media-mini.hide-mode.label")
description: I18n.tr("bar.widget-settings.media-mini.hide-mode.description")
model: [
{
model: [{
"key": "visible",
"name": I18n.tr("options.hide-modes.visible")
}, {
@@ -50,8 +49,7 @@ ColumnLayout {
}, {
"key": "transparent",
"name": I18n.tr("options.hide-modes.transparent")
}
]
}]
currentKey: root.valueHideMode
onSelected: key => root.valueHideMode = key
}