diff options
author | Ken Moore <ken@pcbsd.org> | 2014-11-12 13:08:44 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2014-11-12 13:08:44 -0500 |
commit | 2b6835adff230a7cdf81983bf3fc9aa9c1b30efe (patch) | |
tree | ee225e765d2e1dbd794cd5a6b335cfcdd4b2052f /lumina-desktop/desktop-plugins/notepad/NotepadPlugin.cpp | |
parent | A couple little bugfixes for lumina-fm: (diff) | |
download | lumina-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.cpp | 2 |
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); |