mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-31 09:45:24 +00:00
SettingsPanel: remove keyboard focus, so it will close gracefully if clicking on something else (like others NPanels)
This commit is contained in:
@@ -24,9 +24,6 @@ NPanel {
|
||||
panelAnchorHorizontalCenter: true
|
||||
panelAnchorVerticalCenter: true
|
||||
|
||||
// Enable keyboard focus for settings panel
|
||||
panelKeyboardFocus: true
|
||||
|
||||
// Tabs enumeration, order is NOT relevant
|
||||
enum Tab {
|
||||
About,
|
||||
|
||||
@@ -8,7 +8,7 @@ import qs.Services
|
||||
import qs.Widgets
|
||||
|
||||
NPanel {
|
||||
id: panel
|
||||
id: root
|
||||
|
||||
panelWidth: 460 * scaling
|
||||
panelHeight: 708 * scaling
|
||||
|
||||
Reference in New Issue
Block a user