fix: use our font for menu items
This commit is contained in:
+1
-2
@@ -21,11 +21,10 @@ Menu {
|
|||||||
implicitWidth: 200
|
implicitWidth: 200
|
||||||
implicitHeight: 40
|
implicitHeight: 40
|
||||||
|
|
||||||
contentItem: Text {
|
contentItem: AppText {
|
||||||
leftPadding: menuItem.indicator.width
|
leftPadding: menuItem.indicator.width
|
||||||
rightPadding: menuItem.arrow.width
|
rightPadding: menuItem.arrow.width
|
||||||
text: menuItem.text
|
text: menuItem.text
|
||||||
font: menuItem.font
|
|
||||||
opacity: enabled ? 1.0 : 0.3
|
opacity: enabled ? 1.0 : 0.3
|
||||||
color: Theme.foreground
|
color: Theme.foreground
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
|
|||||||
Reference in New Issue
Block a user