Drop dpi logging back to debug

vlm_plotz
Tyler Goodlet 2022-01-09 11:46:42 -05:00
parent 82a9c62c07
commit c7436d5857
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
"""
Qt UI styling.
"""
from typing import Optional, Dict
import math
@ -141,7 +142,7 @@ class DpiAwareFont:
self._font_inches = inches
font_size = math.floor(inches * dpi)
log.info(
log.debug(
f"screen:{screen.name()}]\n"
f"pDPI: {pdpi}, lDPI: {ldpi}, scale: {scale}\n"
f"\nOur best guess font size is {font_size}\n"