Ticket #11 (new feature request)

Opened 4 years ago

Last modified 4 years ago

Weekly view ( condensed)

Reported by: xpertservice Owned by:
Priority: minor Milestone:
Version: 1.3 Keywords:
Cc:

Description (last modified by kohlhaas) (diff)

The weekly view may waste too much white space in a
day column. To reduce the columnwidth, a condensed
view ( do not confuse with compact) should be
activated. ( a config setting would be nice).

The desired effect may be obtained by changing teh
source code Swing Day Calendar.java:(line 90)

from: strategy.setFixedSlotsEnabled( !compactColumns);
to: strategy.setFixedSlotsEnabled( compactColumns);
Any suggestion to incorporate this, as it may save
paper and more data may be shown on the screen.

Change History

Changed 4 years ago by kohlhaas

  • description modified (diff)

Changed 4 years ago by kohlhaas

  • priority changed from major to minor
Note: See TracTickets for help on using tickets.