Added positions for RSS-feeds

RSS-feeds will be shown as full lines
This commit is contained in:
Ace 2019-03-11 17:32:06 +01:00 committed by GitHub
parent 0c04925cbd
commit 81d323b3f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,11 @@ windiconspace = (79, 0)
sunriseplace = (214, 0) sunriseplace = (214, 0)
sunsetplace = (214, 35) sunsetplace = (214, 35)
rss_places = {
'line_1' : (0, 490), 'line_2' : (0, 515), 'line_3' : (0, 540),
'line_4' : (0, 565), 'line_5' : (0, 590), 'line_6' : (0, 615)
}
e_col = 70 e_col = 70
date_col = 0 date_col = 0