mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Change idle settings title & add Enter key for acceptance in NSpinBox
This commit is contained in:
@@ -125,6 +125,7 @@ Rectangle {
|
||||
"es": "dddd, d 'de' MMMM",
|
||||
"fr": "dddd d MMMM",
|
||||
"hu": "dddd, MMMM d.",
|
||||
"it": "dddd d MMMM",
|
||||
"ja": "yyyy年M月d日 dddd",
|
||||
"ko": "yyyy년 M월 d일 dddd",
|
||||
"ku": "dddd, dê MMMM",
|
||||
|
||||
@@ -586,7 +586,7 @@ Item {
|
||||
},
|
||||
{
|
||||
"id": SettingsPanel.Tab.Idle,
|
||||
"label": "common.idle",
|
||||
"label": "panels.idle.title",
|
||||
"icon": "settings-idle",
|
||||
"source": idleTab
|
||||
},
|
||||
|
||||
@@ -372,7 +372,7 @@ RowLayout {
|
||||
top: root.to
|
||||
}
|
||||
|
||||
Keys.onReturnPressed: {
|
||||
onAccepted: {
|
||||
applyValue();
|
||||
focus = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user