NPill: replaced "Normal" by "On Hover"

This commit is contained in:
LemmyCook 2025-09-14 18:15:07 -04:00
parent 7e965262f5
commit da1081700a
7 changed files with 21 additions and 21 deletions

View file

@ -19,7 +19,7 @@ Popup {
x: (parent.width - width) * 0.5
y: (parent.height - height) * 0.5
width: 420 * scaling
width: 500 * scaling
height: content.implicitHeight + padding * 2
padding: Style.marginXL * scaling
modal: true

View file

@ -26,12 +26,12 @@ ColumnLayout {
NComboBox {
label: "Display mode"
description: "Choose how the percentage is displayed."
description: "Choose how you'd like this value to appear."
minimumWidth: 134 * scaling
model: ListModel {
ListElement {
key: "normal"
name: "Normal"
key: "onhover"
name: "On Hover"
}
ListElement {
key: "alwaysShow"

View file

@ -24,12 +24,12 @@ ColumnLayout {
NComboBox {
label: "Display mode"
description: "Choose how the percentage is displayed."
description: "Choose how you'd like this value to appear."
minimumWidth: 134 * scaling
model: ListModel {
ListElement {
key: "normal"
name: "Normal"
key: "onhover"
name: "On Hover"
}
ListElement {
key: "alwaysShow"

View file

@ -24,12 +24,12 @@ ColumnLayout {
NComboBox {
label: "Display mode"
description: "Choose how the keyboard layout is displayed."
description: "Choose how you'd like this value to appear."
minimumWidth: 134 * scaling
model: ListModel {
ListElement {
key: "normal"
name: "Normal"
key: "onhover"
name: "On Hover"
}
ListElement {
key: "forceOpen"

View file

@ -24,12 +24,12 @@ ColumnLayout {
NComboBox {
label: "Display mode"
description: "Choose how the percentage is displayed."
description: "Choose how you'd like this value to appear."
minimumWidth: 134 * scaling
model: ListModel {
ListElement {
key: "normal"
name: "Normal"
key: "onhover"
name: "On Hover"
}
ListElement {
key: "alwaysShow"

View file

@ -24,12 +24,12 @@ ColumnLayout {
NComboBox {
label: "Display mode"
description: "Choose how the percentage is displayed."
description: "Choose how you'd like this value to appear."
minimumWidth: 134 * scaling
model: ListModel {
ListElement {
key: "normal"
name: "Normal"
key: "onhover"
name: "On Hover"
}
ListElement {
key: "alwaysShow"