| Summary: | multicolumn view settings are not in effect unless modified | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Mohd Asif Ali Rizwaan <maarizwan> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.4.92 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Mohd Asif Ali Rizwaan
2005-10-18 01:58:17 UTC
I can confirm this with r620k. The cause is line 91ff in kdebase/libkonq/konq_settings.cc:
d->m_iconTextWidth = config->readNumEntry( "TextWidth", DEFAULT_TEXTWIDTH );
if ( d->m_iconTextWidth == DEFAULT_TEXTWIDTH )
d->m_iconTextWidth = QFontMetrics(m_standardFont).width("0000000000");
ie, if the textwidth is at the default, set it to a "sensible" value based on the default font. This is reasonable, but a little confusing, because it leads to bug reports like this :-). I guess this is a WONTFIX for the developers, though, since it's kind of a corner case.
|