--nextPart2056988.bPi7EDNK0N Content-Type: multipart/mixed; boundary="Boundary-01=_mNQYHytSnbKoezM" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_mNQYHytSnbKoezM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline While working in KWord I wanted to make a waterprint background where each= =20 page had 1 or 2 digits in the background. So, I inserted the text and tried to make the font sufficiently large. Unfortunately the KFontChooser widget has set the maximum size for fonts to= =20 128. Which is not nearly enough for my purposes. I don't see any reason to limit the usecases for this dialog to only on-scr= een=20 fonts, so I want to suggest the attached patch. Any objections? =2D-=20 Thomas Zander --Boundary-01=_mNQYHytSnbKoezM Content-Type: text/x-diff; charset="us-ascii"; name="maxFontSize.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="maxFontSize.diff" Index: kdeui/fonts/kfontchooser.cpp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =2D-- kdeui/fonts/kfontchooser.cpp (revision 747558) +++ kdeui/fonts/kfontchooser.cpp (working copy) @@ -293,7 +293,7 @@ d->sizeListBox->setObjectName("sizeListBox"); d->sizeOfFont =3D new KIntNumInput( page); // "sizeOfFont"); d->sizeOfFont->setMinimum(4); =2D d->sizeOfFont->setMaximum(128); + d->sizeOfFont->setMaximum(999); d->sizeOfFont->setSliderEnabled(false); =20 d->sizeListBox->setEnabled( flags ^ ShowDifferences ); --Boundary-01=_mNQYHytSnbKoezM-- --nextPart2056988.bPi7EDNK0N Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHYQNmCojCW6H2z/QRAkq0AKDTVxS6mLHWr+FlUcVCCMFKTE03GgCdHaJQ en4XvirmAY6UVci3SrjxdVs= =4Y5U -----END PGP SIGNATURE----- --nextPart2056988.bPi7EDNK0N--