Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37742209
en ru br
ALT Linux repos
S:1.8.1-alt2

Group :: Graphical desktop/KDE
RPM: kde5-liquidshell

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-widgets-order.patch
Download


--- 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();
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin