diff options
author | Ken Moore <ken@ixsystems.com> | 2017-11-14 14:17:27 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-11-14 14:17:27 -0500 |
commit | 79df03631348f217c5739fc097c3b7ee53df499c (patch) | |
tree | c9bf851a5fd2a466cd3b7a92f81b82d424b603db /src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp | |
parent | Finish up a bit more cleanup of keyboard events in lumina-pdf (diff) | |
download | lumina-79df03631348f217c5739fc097c3b7ee53df499c.tar.gz lumina-79df03631348f217c5739fc097c3b7ee53df499c.tar.bz2 lumina-79df03631348f217c5739fc097c3b7ee53df499c.zip |
Fix up some initial startmenu sizing.
Diffstat (limited to 'src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp')
-rw-r--r-- | src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp b/src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp index c99e2b4b..beaa5d92 100644 --- a/src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp +++ b/src-qt5/core/lumina-desktop/panel-plugins/systemstart/StartMenu.cpp @@ -63,7 +63,7 @@ void StartMenu::UpdateAll(){ ui->tool_restart->setIcon(LXDG::findIcon("system-reboot","")); ui->tool_shutdown->setIcon(LXDG::findIcon("system-shutdown","")); ui->tool_suspend->setIcon(LXDG::findIcon("system-suspend","")); - + //Update Visibility of system/session/OS options // -- Control Panel QString tmp = LOS::ControlPanelShortcut(); |