mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
NPill: replaced "Normal" by "On Hover"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -43,12 +43,12 @@ Singleton {
|
||||
},
|
||||
"Battery": {
|
||||
"allowUserSettings": true,
|
||||
"displayMode": "normal",
|
||||
"displayMode": "onhover",
|
||||
"warningThreshold": 30
|
||||
},
|
||||
"Brightness": {
|
||||
"allowUserSettings": true,
|
||||
"displayMode": "normal"
|
||||
"displayMode": "onhover"
|
||||
},
|
||||
"Clock": {
|
||||
"allowUserSettings": true,
|
||||
@@ -65,7 +65,7 @@ Singleton {
|
||||
},
|
||||
"Microphone": {
|
||||
"allowUserSettings": true,
|
||||
"displayMode": "normal"
|
||||
"displayMode": "onhover"
|
||||
},
|
||||
"NotificationHistory": {
|
||||
"allowUserSettings": true,
|
||||
@@ -102,11 +102,11 @@ Singleton {
|
||||
},
|
||||
"Volume": {
|
||||
"allowUserSettings": true,
|
||||
"displayMode": "normal"
|
||||
"displayMode": "onhover"
|
||||
},
|
||||
"KeyboardLayout": {
|
||||
"allowUserSettings": true,
|
||||
"displayMode": "normal"
|
||||
"displayMode": "onhover"
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user