NPanel: animation improvements and debugging to handle all the settings combinations.

This commit is contained in:
ItsLemmy
2025-11-03 20:39:05 -05:00
parent b7b10a360d
commit e4069fcdbf
3 changed files with 147 additions and 99 deletions
-1
View File
@@ -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: {
-2
View File
@@ -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