Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37044909
en ru br
ALT Linux repositórios
S:5.27.8-alt1

Group :: Desktop gráfico/KDE
RPM: plasma5-polkit-kde-agent

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: alt-stay-on-top.patch
Download


--- a/AuthDialog.cpp
+++ b/AuthDialog.cpp
@@ -65,6 +65,10 @@ AuthDialog::AuthDialog(const QString &ac
     }
 
     setupUi(this);
+    QWidget *wnd = window();
+    if( wnd ) {
+	wnd->setWindowFlags(wnd->windowFlags() | Qt::WindowStaysOnTopHint);
+    }
 
     connect(buttonBox, &QDialogButtonBox::accepted, this, &AuthDialog::okClicked);
     connect(buttonBox, &QDialogButtonBox::accepted, this, &QDialog::accept);
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009