-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello again,
i adjusted the size of the "Alert user" checkbox to better fit into the dialog
box. some translations were truncated because the size was too small. it does
not make the dialog box itself bigger, only the checkbox-text.
Could someone commit this, please?
Thomas
- --
_________________________________________________
No I Don't Yahoo!
And I'm getting pretty sick of being asked if I do.
_________________________________________________
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE9aqku+83LmoKU5MARAnj3AJ4tME1WtInot1nwnY7vIUcR1W+cqQCgg9B0
qISW0I1WprBidxh50NLKVdc=
=LJ2w
-----END PGP SIGNATURE-----
Index: adduserdlg.cpp
===================================================================
RCS file: /cvsroot/licq/qt-gui/src/adduserdlg.cpp,v
retrieving revision 1.15
diff -u -3 -p -r1.15 adduserdlg.cpp
--- adduserdlg.cpp 22 Jul 2000 15:55:50 -0000 1.15
+++ adduserdlg.cpp 26 Aug 2002 22:11:24 -0000
@@ -41,7 +41,7 @@ AddUserDlg::AddUserDlg(CICQDaemon *s, QW
edtUin->setGeometry(100, 15, 120, 20);
edtUin->setValidator(new QIntValidator(10000, 2147483647, edtUin));
chkAlert = new QCheckBox(tr("&Alert User"), this);
- chkAlert->setGeometry(10, 50, 180, 20);
+ chkAlert->setGeometry(10, 50, 220, 20);
btnOk = new QPushButton("&Ok", this);
btnOk->setGeometry(30, 80, 80, 30);
btnCancel = new QPushButton(tr("&Cancel"), this);