HCheckBox: fix bad default subtitle text value
This commit is contained in:
		@@ -74,7 +74,6 @@ CheckBox {
 | 
				
			|||||||
        HLabel {
 | 
					        HLabel {
 | 
				
			||||||
            id: subtitleText
 | 
					            id: subtitleText
 | 
				
			||||||
            visible: Boolean(text)
 | 
					            visible: Boolean(text)
 | 
				
			||||||
            text: box.subtitle
 | 
					 | 
				
			||||||
            color: theme.controls.checkBox.subtitle
 | 
					            color: theme.controls.checkBox.subtitle
 | 
				
			||||||
            font.pixelSize: theme.fontSize.small
 | 
					            font.pixelSize: theme.fontSize.small
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user