aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/desktop-plugins/notepad/NotepadPlugin.cpp
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2014-11-12 13:08:44 -0500
committerKen Moore <ken@pcbsd.org>2014-11-12 13:08:44 -0500
commit2b6835adff230a7cdf81983bf3fc9aa9c1b30efe (patch)
treeee225e765d2e1dbd794cd5a6b335cfcdd4b2052f /lumina-desktop/desktop-plugins/notepad/NotepadPlugin.cpp
parentA couple little bugfixes for lumina-fm: (diff)
downloadlumina-2b6835adff230a7cdf81983bf3fc9aa9c1b30efe.tar.gz
lumina-2b6835adff230a7cdf81983bf3fc9aa9c1b30efe.tar.bz2
lumina-2b6835adff230a7cdf81983bf3fc9aa9c1b30efe.zip
Update the desktopbar panel plugin to recognize the alternate favorites directoryu as well as the desktop folder. Also clean up the notepad plugin appearance a bit and change the default fluxbox window theme.
Diffstat (limited to 'lumina-desktop/desktop-plugins/notepad/NotepadPlugin.cpp')
-rw-r--r--lumina-desktop/desktop-plugins/notepad/NotepadPlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/desktop-plugins/notepad/NotepadPlugin.cpp b/lumina-desktop/desktop-plugins/notepad/NotepadPlugin.cpp
index a88b4e8f..815534d0 100644
--- a/lumina-desktop/desktop-plugins/notepad/NotepadPlugin.cpp
+++ b/lumina-desktop/desktop-plugins/notepad/NotepadPlugin.cpp
@@ -11,7 +11,7 @@ NotePadPlugin::NotePadPlugin(QWidget* parent, QString ID) : LDPlugin(parent, ID)
vlay->setContentsMargins(3,3,3,3);
frame = new QFrame(this);
frame->setObjectName("notepadbase");
- frame->setStyleSheet("QFrame#notepadbase{border-size: 1px; background: rgba(255,255,255,100); color: black;}");
+ frame->setStyleSheet("QFrame#notepadbase{border-size: 1px; background: rgba(255,255,255,100); color: black;} QFrame{ border: none; border-radius: 3px; background: rgba(255,255,255,100); color: black;}");
this->layout()->addWidget(frame);
frame->setLayout(vlay);
bgstack15