beremiz

SVGHMI: fix scrollbar not behaving when rotated.
svghmi
2021-02-14, Edouard Tisserant
1d724e8d5592
SVGHMI: fix scrollbar not behaving when rotated.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]