From b47eb6236261a1252c4dd2d70c2a6472735c17c0 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 3 Feb 2015 11:15:34 -0500 Subject: Add the ability to distinguish between desktop plugins that should be transparent/opaque on a plugin-level. This allows for finer control via the theme. --- lumina-desktop/desktop-plugins/notepad/NotepadPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumina-desktop/desktop-plugins/notepad/NotepadPlugin.cpp') diff --git a/lumina-desktop/desktop-plugins/notepad/NotepadPlugin.cpp b/lumina-desktop/desktop-plugins/notepad/NotepadPlugin.cpp index af1c78f5..6d4a2b5d 100644 --- a/lumina-desktop/desktop-plugins/notepad/NotepadPlugin.cpp +++ b/lumina-desktop/desktop-plugins/notepad/NotepadPlugin.cpp @@ -7,7 +7,7 @@ #include #include -NotePadPlugin::NotePadPlugin(QWidget* parent, QString ID) : LDPlugin(parent, ID){ +NotePadPlugin::NotePadPlugin(QWidget* parent, QString ID) : LDPlugin(parent, ID, true){ QVBoxLayout *vlay = new QVBoxLayout(); this->setLayout( new QVBoxLayout() ); this->layout()->setContentsMargins(0,0,0,0); -- cgit