[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    [PATCH] Fix for Cervisia bug 50735
From:       Christian Loose <christian.loose () hamburg ! de>
Date:       2002-11-15 19:35:57
[Download RAW message or body]

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


["bug-50735-patch.diff" (text/x-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

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic