TDL do not saves default attributes of Font and FontSize (Duplicate) Topic is solved

Moderator: abstr

Locked
User avatar
IVS
Posts: 20
Joined: Wed Oct 09, 2019 7:36 am

TDL do not saves default attributes of Font and FontSize (Duplicate)

Post by IVS » Sat Nov 16, 2019 10:57 am

1. win10, ToDoList 7.2.20.0 (Stable Release), installs with default attributes, Next-Next-Next-Finish (store settings in todolist.ini)
2. open Preference > Tasks > Task Attributes , find "Comments"
3. change from "Simple text" to "rich text"
4. change font and fontsize
5. press [OK]
6. Make new task by CTRL-N
7. See comments type "rich text" but with default Arial size 8
8. open again Preference > Tasks > Task Attributes , find "Comments"
9. see Airal size 8

BUT it can be changed by hand:

10. open todolist.ini
11. find

Code: Select all

CommentsFont="Arial"
CommentsFontSize=8
12. change to

Code: Select all

CommentsFont="Arial CYR"
CommentsFontSize=14
13. start TDL, see "Arial CYR size 14" made in step 6 and make new task and also see Arial CYR size 14.
Last edited by IVS on Sun Nov 17, 2019 8:13 am, edited 1 time in total.
My english is not so good, sorry.

User avatar
abstr
Site Admin
Posts: 370
Joined: Sun Jul 28, 2019 12:22 pm

Re: TDL do not saves default attributes of Font and FontSize

Post by abstr » Sun Nov 17, 2019 6:42 am


Locked