--Boundary-00=_dyU19gHZPa5UCpx Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi everybody! please review the following patch for the bug 50735 (http://bugs.kde.org/show_bug.cgi?id=50735). The problem is that the checkout dialog can be bigger than the screen. I could reproduce the problem with a very long repository name. Okay to commit? Christian --Boundary-00=_dyU19gHZPa5UCpx Content-Type: text/x-diff; charset="us-ascii"; name="bug-50735-patch.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="bug-50735-patch.diff" Index: checkoutdlg.cpp =================================================================== RCS file: /home/kde/kdesdk/cervisia/checkoutdlg.cpp,v retrieving revision 1.18 diff -u -r1.18 checkoutdlg.cpp --- checkoutdlg.cpp 2002/10/17 14:07:15 1.18 +++ checkoutdlg.cpp 2002/11/15 19:30:26 @@ -53,6 +53,7 @@ repo_combo = new QComboBox(true, this); repo_combo->setFocus(); + repo_combo->setSizePolicy(QSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed)); grid->addWidget(repo_combo, 0, 1); QLabel *repo_label = new QLabel --Boundary-00=_dyU19gHZPa5UCpx-- >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<