--- a/DesktopPanel.cxx +++ b/DesktopPanel.cxx @@ -63,10 +63,10 @@ DesktopPanel::DesktopPanel(QWidget *pare hboxLayout->addWidget(new Pager(this)); hboxLayout->addWidget(new WindowList(this)); hboxLayout->addWidget(new TaskBar(this)); - hboxLayout->addWidget(new LockLogout(this)); hboxLayout->addWidget(new SysLoad(this)); hboxLayout->addWidget(new SysTray(this)); hboxLayout->addWidget(new ClockWidget(this)); + hboxLayout->addWidget(new LockLogout(this)); // to get notified about num-of-rows changed updateRowCount();