Version: (using KDE KDE 3.5.2) Installed from: Ubuntu Packages Halfway between the buttons Save as and Close to the right of the window, there is a black pixel that has been bothering me for a long time now. It should be removed (see attached screenshot).
Created an attachment (id=15910) [details] Wrong pixel
SVN commit 537833 by bram: Don't draw a separator, it causes a couple of ugly pixels. BUG:126742 M +1 -1 kfinddlg.cpp --- branches/KDE/3.5/kdebase/kfind/kfinddlg.cpp #537832:537833 @@ -26,7 +26,7 @@ KfindDlg::KfindDlg(const KURL & url, QWidget *parent, const char *name) : KDialogBase( Plain, QString::null, User1 | User2 | Apply | Close | Help, Apply, - parent, name, true, true, + parent, name, true, false, KGuiItem(i18n("Stop"), "stop"), KStdGuiItem::saveAs()) {
You need to log in before you can comment on or make changes to this bug.