Summary: | feature request--lock width of columns & make text wrap | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | sara27 |
Component: | general | Assignee: | Cornelius Schumacher <schumacher> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version First Reported In: | 3.0.3 | ||
Target Milestone: | --- | ||
Platform: | Mandrake RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
sara27
2002-10-27 10:19:56 UTC
The second issue (the raised gray boxes) has been solved by Tim's patch, which changed their look to something that looks more appealing. Subject: kdepim/korganizer CVS commit by kainhofe: Make the columns in month view always use the same width. This fixes the first part of wish #49763. The second part of that report (wrapping the text of events in month view) is not so easy to implement, and will stay as an open wishlist item. CCMAIL: 49763@bugs.kde.org M +2 -0 komonthview.cpp 1.74 --- kdepim/korganizer/komonthview.cpp #1.73:1.74 @@ -521,4 +521,6 @@ KOMonthView::KOMonthView(Calendar *calen dayLayout->addWidget( label, 0, i ); + dayLayout->addColSpacing( i, 10 ); + dayLayout->setColStretch( i, 1 ); } |