diff --git a/Modules/Panels/Plugins/PluginPanelSlot.qml b/Modules/Panels/Plugins/PluginPanelSlot.qml index db1518f4a..a87c6f2c8 100644 --- a/Modules/Panels/Plugins/PluginPanelSlot.qml +++ b/Modules/Panels/Plugins/PluginPanelSlot.qml @@ -31,7 +31,7 @@ SmartPanel { panelAnchorLeft: pluginInstance?.panelAnchorLeft ?? false panelAnchorRight: pluginInstance?.panelAnchorRight ?? false - // Allow plugin to override the panel background color (e.g. for transparent mode) + // Panel background color panelBackgroundColor: pluginInstance?.panelBackgroundColor ?? Color.mSurface // Panel content is dynamically loaded