Background color for HMenu instead of transparent
This commit is contained in:
parent
e1f24657f1
commit
812fc3aff7
|
@ -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 border: "black"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user