[pkg-gnupg-maint] Bug#1013318: Behavioral change for pinentry-qt 1.2.0-1
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Thu Jun 23 14:13:51 BST 2022
On Thu 2022-06-23 12:24:30 +0200, Gard Spreemann wrote:
> Just needed to wait for my account to be approved. It's done now:
> https://dev.gnupg.org/T6041
Thanks for this! On that bug report, Ingo linked it to this proposed
patch from qlyiss on https://dev.gnupg.org/D549 :
Index: qt/pinentrydialog.cpp
===================================================================
--- qt/pinentrydialog.cpp
+++ qt/pinentrydialog.cpp
@@ -280,6 +280,7 @@
mainLayout->addLayout(hbox);
mainLayout->addStretch(1);
mainLayout->addWidget(buttons);
+ mainLayout->setSizeConstraint(QLayout::SetFixedSize);
auto capsLockWatcher = new CapsLockWatcher{this};
connect(capsLockWatcher, &CapsLockWatcher::stateChanged,
This seems much more narrowly targeted! Gard, can you test this against
1.2.0? If you can confirm that it works for you, i'd be happy to patch
the debian package.
--dkg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 227 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-gnupg-maint/attachments/20220623/c39f0c16/attachment-0001.sig>
More information about the pkg-gnupg-maint
mailing list