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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user