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