kde-cli-tools5/kdesu-Do-not-change-minimum-size.patch
Luca Beltrame f6c8e1edd1 Accepting request 412767 from home:wolfi323:test
- Add kdesu-Do-not-change-minimum-size.patch to prevent the displayed command line text running into the password field (boo#958785)

OBS-URL: https://build.opensuse.org/request/show/412767
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-cli-tools5?expand=0&rev=115
2016-07-22 11:52:52 +00:00

24 lines
545 B
Diff

From: Christoph Feck <cfeck@kde.org>
Date: Thu, 21 Jul 2016 21:34:02 +0000
Subject: Do not change minimumSize()
X-Git-Url: http://quickgit.kde.org/?p=kde-cli-tools.git&a=commitdiff&h=dc023ba3cbd6e6fcbe8a6b13e1796a2c0744a5a2
---
Do not change minimumSize()
KPasswordDialog knows better.
---
--- a/kdesu/sudlg.cpp
+++ b/kdesu/sudlg.cpp
@@ -59,8 +59,6 @@
if( withIgnoreButton ) {
connect(buttonBox()->button(QDialogButtonBox::Ignore), SIGNAL(clicked()), SLOT(slotUser1()));
}
-
- setMinimumSize(minimumSizeHint());
}