Background color for HMenu instead of transparent

This commit is contained in:
miruka 2019-09-06 16:11:25 -04:00
parent e1f24657f1
commit 812fc3aff7
2 changed files with 4 additions and 3 deletions

View File

@ -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
} }

View File

@ -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