aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h')
-rw-r--r--lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h b/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h
index d6e75fec..a0f6a7cd 100644
--- a/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h
+++ b/lumina-desktop/desktop-plugins/applauncher/AppLauncherPlugin.h
@@ -53,7 +53,7 @@ public slots:
protected:
void resizeEvent(QResizeEvent *ev){
LDPlugin::resizeEvent(ev);
- QTimer::singleShot(10, this, SLOT(loadButton()) );
+ QTimer::singleShot(100, this, SLOT(loadButton()) );
}
};
#endif
bgstack15