diff options
author | Ken Moore <moorekou@gmail.com> | 2015-07-08 02:37:09 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-07-08 02:37:09 -0400 |
commit | 7e2c562e45e52fc151be9af1bebc3ad1b03b995c (patch) | |
tree | d24c2ea7660124b01a3f45704002b9d7f80cee50 /lumina-desktop/panel-plugins/userbutton | |
parent | Fix the initial brightness detection for FreeBSD on new users/systems. (diff) | |
download | lumina-7e2c562e45e52fc151be9af1bebc3ad1b03b995c.tar.gz lumina-7e2c562e45e52fc151be9af1bebc3ad1b03b995c.tar.bz2 lumina-7e2c562e45e52fc151be9af1bebc3ad1b03b995c.zip |
Update how the desktop icons (applaunchers or desktopview) are created/arranged initially. Now the desktopview should be oriented the proper way, and the applauncher icons should be the proper size (although they are still not being placed in non-overlapping locations yet).
Diffstat (limited to 'lumina-desktop/panel-plugins/userbutton')
-rw-r--r-- | lumina-desktop/panel-plugins/userbutton/UserItemWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/panel-plugins/userbutton/UserItemWidget.cpp b/lumina-desktop/panel-plugins/userbutton/UserItemWidget.cpp index fccb518f..689bd8eb 100644 --- a/lumina-desktop/panel-plugins/userbutton/UserItemWidget.cpp +++ b/lumina-desktop/panel-plugins/userbutton/UserItemWidget.cpp @@ -103,7 +103,7 @@ void UserItemWidget::createWidget(){ } void UserItemWidget::setupButton(bool disable){ - if(isDirectory){ qDebug() << "Directory Entry:" << isShortcut << linkPath << icon->whatsThis(); } + //if(isDirectory){ qDebug() << "Directory Entry:" << isShortcut << linkPath << icon->whatsThis(); } if(disable){ button->setVisible(false); |