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