Guard against overlaps on HiDPI by having a 5px border on graphs

This commit is contained in:
abcdefg30
2019-10-13 14:22:14 +02:00
committed by reaperrr
parent acf028581a
commit 1d90e08bd0
4 changed files with 8 additions and 8 deletions

View File

@@ -895,7 +895,7 @@ Container@OBSERVER_WIDGETS:
LineGraph@INCOME_GRAPH:
X: 0
Y: 0
Width: PARENT_RIGHT
Width: PARENT_RIGHT - 5
Height: PARENT_BOTTOM
ValueFormat: ${0}
YAxisValueFormat: ${0:F0}
@@ -921,7 +921,7 @@ Container@OBSERVER_WIDGETS:
LineGraph@ARMY_VALUE_GRAPH:
X: 0
Y: 0
Width: PARENT_RIGHT
Width: PARENT_RIGHT - 5
Height: PARENT_BOTTOM
ValueFormat: ${0}
YAxisValueFormat: ${0:F0}