Remove unused theme supported*PlusSpacing
This commit is contained in:
		@@ -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:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user