fix(StatusMenuItemDelegate): adjust menu item height (#852)
Needed for https://github.com/status-im/status-desktop/issues/6830
This commit is contained in:
parent
e1d8d934b3
commit
76cc5fda22
|
@ -9,7 +9,7 @@ import StatusQ.Popups 0.1
|
|||
MenuItem {
|
||||
id: statusPopupMenuItem
|
||||
implicitWidth: parent ? parent.width : 0
|
||||
implicitHeight: action.enabled ? 38 : 0
|
||||
implicitHeight: action.enabled ? 34 : 0
|
||||
objectName: action.objectName
|
||||
|
||||
property int subMenuIndex
|
||||
|
|
Loading…
Reference in New Issue