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