Background color for HMenu instead of transparent
This commit is contained in:
		@@ -24,7 +24,7 @@ Menu {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    background: Rectangle {
 | 
			
		||||
        color: "transparent"
 | 
			
		||||
        color: theme.controls.menu.background
 | 
			
		||||
        border.color: theme.controls.menu.border
 | 
			
		||||
        border.width: theme.controls.menu.borderWidth
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -118,11 +118,12 @@ controls:
 | 
			
		||||
        color checkedOverlay: colors.accentBackground
 | 
			
		||||
 | 
			
		||||
    menu:
 | 
			
		||||
        color background: controls.button.background
 | 
			
		||||
        color border:     "black"
 | 
			
		||||
        real borderWidth: 2
 | 
			
		||||
 | 
			
		||||
    menuItem:
 | 
			
		||||
        color background: controls.button.background
 | 
			
		||||
        color background: "transparent"
 | 
			
		||||
        color text:       controls.button.text
 | 
			
		||||
 | 
			
		||||
        color hoveredOverlay: controls.button.hoveredOverlay
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user