Remove unused theme supported*PlusSpacing

This commit is contained in:
miruka 2019-12-19 19:04:07 -04:00
parent aaa8411cb9
commit 535e380f40

View File

@ -8,9 +8,6 @@ int minimumSupportedWidth: 240 * uiScale
int minimumSupportedHeight: 120 * uiScale int minimumSupportedHeight: 120 * uiScale
int contentIsWideAbove: 472 * uiScale int contentIsWideAbove: 472 * uiScale
int minimumSupportedWidthPlusSpacing: minimumSupportedWidth + spacing * 2
int minimumSupportedHeightPlusSpacing: minimumSupportedHeight + spacing * 2
int baseElementsHeight: 36 * uiScale int baseElementsHeight: 36 * uiScale
int spacing: 12 * uiScale int spacing: 12 * uiScale
int radius: 5 * uiScale int radius: 5 * uiScale
@ -98,12 +95,12 @@ icons:
controls: controls:
box: box:
int defaultWidth: minimumSupportedWidthPlusSpacing int defaultWidth: minimumSupportedWidth
int radius: theme.radius int radius: theme.radius
color background: colors.strongBackground color background: colors.strongBackground
popup: popup:
int defaultWidth: minimumSupportedWidthPlusSpacing * 2 int defaultWidth: minimumSupportedWidth * 2
color background: colors.strongBackground color background: colors.strongBackground
header: header: