mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
NPanel: animation improvements and debugging to handle all the settings combinations.
This commit is contained in:
@@ -17,7 +17,6 @@ NPanel {
|
||||
preferredHeightRatio: 0.5
|
||||
|
||||
panelBackgroundColor: Qt.alpha(Color.mSurface, Settings.data.appLauncher.backgroundOpacity)
|
||||
panelKeyboardFocus: true // Needs Exclusive focus for text input
|
||||
|
||||
// Positioning
|
||||
readonly property string panelPosition: {
|
||||
|
||||
@@ -36,8 +36,6 @@ NPanel {
|
||||
panelAnchorBottom: panelPosition.startsWith("bottom_")
|
||||
panelAnchorTop: panelPosition.startsWith("top_")
|
||||
|
||||
panelKeyboardFocus: true // Needs Exclusive focus for text input (search)
|
||||
|
||||
// Store direct reference to content for instant access
|
||||
property var contentItem: null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user