NPill: replaced "Normal" by "On Hover"
This commit is contained in:
parent
7e965262f5
commit
da1081700a
7 changed files with 21 additions and 21 deletions
|
|
@ -19,7 +19,7 @@ Popup {
|
||||||
x: (parent.width - width) * 0.5
|
x: (parent.width - width) * 0.5
|
||||||
y: (parent.height - height) * 0.5
|
y: (parent.height - height) * 0.5
|
||||||
|
|
||||||
width: 420 * scaling
|
width: 500 * scaling
|
||||||
height: content.implicitHeight + padding * 2
|
height: content.implicitHeight + padding * 2
|
||||||
padding: Style.marginXL * scaling
|
padding: Style.marginXL * scaling
|
||||||
modal: true
|
modal: true
|
||||||
|
|
|
||||||
|
|
@ -26,12 +26,12 @@ ColumnLayout {
|
||||||
|
|
||||||
NComboBox {
|
NComboBox {
|
||||||
label: "Display mode"
|
label: "Display mode"
|
||||||
description: "Choose how the percentage is displayed."
|
description: "Choose how you'd like this value to appear."
|
||||||
minimumWidth: 134 * scaling
|
minimumWidth: 134 * scaling
|
||||||
model: ListModel {
|
model: ListModel {
|
||||||
ListElement {
|
ListElement {
|
||||||
key: "normal"
|
key: "onhover"
|
||||||
name: "Normal"
|
name: "On Hover"
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
key: "alwaysShow"
|
key: "alwaysShow"
|
||||||
|
|
|
||||||
|
|
@ -24,12 +24,12 @@ ColumnLayout {
|
||||||
|
|
||||||
NComboBox {
|
NComboBox {
|
||||||
label: "Display mode"
|
label: "Display mode"
|
||||||
description: "Choose how the percentage is displayed."
|
description: "Choose how you'd like this value to appear."
|
||||||
minimumWidth: 134 * scaling
|
minimumWidth: 134 * scaling
|
||||||
model: ListModel {
|
model: ListModel {
|
||||||
ListElement {
|
ListElement {
|
||||||
key: "normal"
|
key: "onhover"
|
||||||
name: "Normal"
|
name: "On Hover"
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
key: "alwaysShow"
|
key: "alwaysShow"
|
||||||
|
|
|
||||||
|
|
@ -24,12 +24,12 @@ ColumnLayout {
|
||||||
|
|
||||||
NComboBox {
|
NComboBox {
|
||||||
label: "Display mode"
|
label: "Display mode"
|
||||||
description: "Choose how the keyboard layout is displayed."
|
description: "Choose how you'd like this value to appear."
|
||||||
minimumWidth: 134 * scaling
|
minimumWidth: 134 * scaling
|
||||||
model: ListModel {
|
model: ListModel {
|
||||||
ListElement {
|
ListElement {
|
||||||
key: "normal"
|
key: "onhover"
|
||||||
name: "Normal"
|
name: "On Hover"
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
key: "forceOpen"
|
key: "forceOpen"
|
||||||
|
|
|
||||||
|
|
@ -24,12 +24,12 @@ ColumnLayout {
|
||||||
|
|
||||||
NComboBox {
|
NComboBox {
|
||||||
label: "Display mode"
|
label: "Display mode"
|
||||||
description: "Choose how the percentage is displayed."
|
description: "Choose how you'd like this value to appear."
|
||||||
minimumWidth: 134 * scaling
|
minimumWidth: 134 * scaling
|
||||||
model: ListModel {
|
model: ListModel {
|
||||||
ListElement {
|
ListElement {
|
||||||
key: "normal"
|
key: "onhover"
|
||||||
name: "Normal"
|
name: "On Hover"
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
key: "alwaysShow"
|
key: "alwaysShow"
|
||||||
|
|
|
||||||
|
|
@ -24,12 +24,12 @@ ColumnLayout {
|
||||||
|
|
||||||
NComboBox {
|
NComboBox {
|
||||||
label: "Display mode"
|
label: "Display mode"
|
||||||
description: "Choose how the percentage is displayed."
|
description: "Choose how you'd like this value to appear."
|
||||||
minimumWidth: 134 * scaling
|
minimumWidth: 134 * scaling
|
||||||
model: ListModel {
|
model: ListModel {
|
||||||
ListElement {
|
ListElement {
|
||||||
key: "normal"
|
key: "onhover"
|
||||||
name: "Normal"
|
name: "On Hover"
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
key: "alwaysShow"
|
key: "alwaysShow"
|
||||||
|
|
|
||||||
|
|
@ -43,12 +43,12 @@ Singleton {
|
||||||
},
|
},
|
||||||
"Battery": {
|
"Battery": {
|
||||||
"allowUserSettings": true,
|
"allowUserSettings": true,
|
||||||
"displayMode": "normal",
|
"displayMode": "onhover",
|
||||||
"warningThreshold": 30
|
"warningThreshold": 30
|
||||||
},
|
},
|
||||||
"Brightness": {
|
"Brightness": {
|
||||||
"allowUserSettings": true,
|
"allowUserSettings": true,
|
||||||
"displayMode": "normal"
|
"displayMode": "onhover"
|
||||||
},
|
},
|
||||||
"Clock": {
|
"Clock": {
|
||||||
"allowUserSettings": true,
|
"allowUserSettings": true,
|
||||||
|
|
@ -65,7 +65,7 @@ Singleton {
|
||||||
},
|
},
|
||||||
"Microphone": {
|
"Microphone": {
|
||||||
"allowUserSettings": true,
|
"allowUserSettings": true,
|
||||||
"displayMode": "normal"
|
"displayMode": "onhover"
|
||||||
},
|
},
|
||||||
"NotificationHistory": {
|
"NotificationHistory": {
|
||||||
"allowUserSettings": true,
|
"allowUserSettings": true,
|
||||||
|
|
@ -102,11 +102,11 @@ Singleton {
|
||||||
},
|
},
|
||||||
"Volume": {
|
"Volume": {
|
||||||
"allowUserSettings": true,
|
"allowUserSettings": true,
|
||||||
"displayMode": "normal"
|
"displayMode": "onhover"
|
||||||
},
|
},
|
||||||
"KeyboardLayout": {
|
"KeyboardLayout": {
|
||||||
"allowUserSettings": true,
|
"allowUserSettings": true,
|
||||||
"displayMode": "normal"
|
"displayMode": "onhover"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue