HBox: respect theme.radius
This commit is contained in:
		@@ -6,6 +6,7 @@ import QtQuick.Layouts 1.12
 | 
				
			|||||||
Rectangle {
 | 
					Rectangle {
 | 
				
			||||||
    id: box
 | 
					    id: box
 | 
				
			||||||
    color: theme.controls.box.background
 | 
					    color: theme.controls.box.background
 | 
				
			||||||
 | 
					    radius: theme.radius
 | 
				
			||||||
    implicitWidth: theme.controls.box.defaultWidth
 | 
					    implicitWidth: theme.controls.box.defaultWidth
 | 
				
			||||||
    implicitHeight: childrenRect.height
 | 
					    implicitHeight: childrenRect.height
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user