Bug 154207

Summary: location bar's font is too small/illegible
Product: [Applications] konqueror Reporter: Germain Garand <germain>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 4.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: patch for review

Description Germain Garand 2007-12-17 02:48:32 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

The location bar in konqueror is currently using it's default parent widget font (ie. KGlobalSettings::toolbarFont).

This is ill suited because this font is usually much smaller than the general one, in order to have text-under-icon mode fit.

The location bar is an important widget, one that should always be perfectly legible to ensure good usability and basic security.

Thus it should use KGlobalSettings::generalFont as was the case in KDE 3.
Comment 1 Germain Garand 2007-12-17 20:33:53 UTC
Created attachment 22603 [details]
patch for review
Comment 2 Germain Garand 2008-01-04 00:34:01 UTC
SVN commit 756999 by ggarand:

set konq combobox's default font to be the more sane Global font
so we don't hurt our users eyes by default.

reviewed by Michael Pyne

BUG: 154207



 M  +4 -0      konqmainwindow.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=756999