[sailfish x] color of calendar on eventview is changing

asked 2017-11-12 23:16:44 +0200

Wuestenschiff gravatar image

The colour of the bar next to the upcoming events on the calendar is constantly changing and does not correspondent to the calendar colour I chose in the calendar app.

Its an exchange calendar maybe that makes a difference. The Birthday Calendar is always the same.

edit retag flag offensive close delete

Comments

I have this problem with a CalDAV calendar. On the computer via web or Thunderbird/Lightning it looks good, but when synced to my JP1, the colours are hard to see because of the ambience and the line in notification centre being so thin.

Vilkz ( 2017-11-30 23:25:39 +0200 )edit

For the thickness of the color bar on the event view screen you can edit ''CalendarWidgetDelagate.qml'' that is located in : "usr\lib\qt5\qml\Sailfish\Calendar'' as follow: right after line 22 ; ''CalendarColorBar {'' and 23 ; ''color: model.color''

add/insert the 2 following lines : ''radius: Math.round(width / 3)'' and ; ''width: Theme.paddingSmall''

Start with Small and if not enough go with Medium as it suit you visual taste best.PaddingSmall is already thicker than the we see it default like this without any format specification in this .qml file.

didilalala ( 2019-12-05 03:03:03 +0200 )edit