From 5a05a90e2f96ae5b6de660af1dd86a6b00a2019c Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Wed, 1 Aug 2012 09:16:47 -0400 Subject: [PATCH] Do not resize edit profile dialog when picking a huge font size When picking a huge font, the edit profile dialog would get resized and would not return to its original size if decreasing the font size. This fix using the ksqueezedtext widget instead of a qlabel. BUG: 174998 FIXED-IN: 4.10 --- src/EditProfileDialog.ui | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/EditProfileDialog.ui b/src/EditProfileDialog.ui index 4e56faf4..c7064fad 100644 --- a/src/EditProfileDialog.ui +++ b/src/EditProfileDialog.ui @@ -430,7 +430,7 @@ - + 1 @@ -440,6 +440,9 @@ FONT PREVIEW TEXT + + Qt::ElideRight + @@ -1220,6 +1223,11 @@ QWidget
knuminput.h
+ + KSqueezedTextLabel + QLabel +
ksqueezedtextlabel.h
+
KMessageWidget QFrame