Fix details in fixed aspect ratio labels.

This commit is contained in:
alessandro90
2019-05-05 11:45:53 +02:00
parent 175cb66c76
commit 36f941131c
6 changed files with 306 additions and 263 deletions

View File

@@ -82,24 +82,6 @@ class ForecastColors:
KP5_COLOR = "#BEE3FE"
class Months:
MONTS = [
"0",
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
]
class Constants:
CLICK_TO_UPDATE_STR = "Click to update"
SIGIDWIKI = "https://www.sigidwiki.com/wiki/Signal_Identification_Guide"