aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LPanel.cpp
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-01-21 09:22:27 -0500
committerKen Moore <ken@pcbsd.org>2015-01-21 09:22:27 -0500
commit1b194f252557051d4c625b596f2b7928a6cc01db (patch)
treec815dff4af1ee69a9b4ee1b469aa0ad2313c2aa3 /lumina-desktop/LPanel.cpp
parentCompletely revamp the notepad desktop plugin so that it is now file-based ins... (diff)
downloadlumina-1b194f252557051d4c625b596f2b7928a6cc01db.tar.gz
lumina-1b194f252557051d4c625b596f2b7928a6cc01db.tar.bz2
lumina-1b194f252557051d4c625b596f2b7928a6cc01db.zip
Add a new panel-plugin: appmenu
This plugin re-creates the classic "start" menu from other OS's. Also update how panel-plugins open menus, so now the menu will no longer cover the button that opened it.
Diffstat (limited to 'lumina-desktop/LPanel.cpp')
-rw-r--r--lumina-desktop/LPanel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-desktop/LPanel.cpp b/lumina-desktop/LPanel.cpp
index 35d89576..8416faaf 100644
--- a/lumina-desktop/LPanel.cpp
+++ b/lumina-desktop/LPanel.cpp
@@ -35,6 +35,7 @@ LPanel::LPanel(QSettings *file, int scr, int num, QWidget *parent) : QWidget(){
this->setWindowTitle("");
this->setObjectName("LuminaPanelBackgroundWidget");
+ this->setStyleSheet("QToolButton::menu-indicator{ image: none; }");
panelArea->setObjectName("LuminaPanelColor");
layout = new QBoxLayout(QBoxLayout::LeftToRight);
layout->setContentsMargins(0,0,0,0);
bgstack15