From 6b310daff4fbd1ba9080ea340b3e9cea72770f06 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 7 Oct 2015 12:50:20 -0400 Subject: Couple more updates for lumina-desktop: 1) Implement the file dropping on the desktop 2) Fix the panel painting routine to ensure the proper "fake" transparency is applied. 3) Add a missing include line in the panel "applauncher" plugin. 4) Fix the initial desktop icon size setting. --- lumina-desktop/panel-plugins/applauncher/AppLaunchButton.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lumina-desktop/panel-plugins') diff --git a/lumina-desktop/panel-plugins/applauncher/AppLaunchButton.cpp b/lumina-desktop/panel-plugins/applauncher/AppLaunchButton.cpp index 5bd7fa96..321970ed 100644 --- a/lumina-desktop/panel-plugins/applauncher/AppLaunchButton.cpp +++ b/lumina-desktop/panel-plugins/applauncher/AppLaunchButton.cpp @@ -8,6 +8,7 @@ #include "../../LSession.h" #include +#include AppLaunchButtonPlugin::AppLaunchButtonPlugin(QWidget *parent, QString id, bool horizontal) : LPPlugin(parent, id, horizontal){ button = new QToolButton(this); -- cgit