fix(StatusMenuItemDelegate): adjust menu item height (#852)

Needed for https://github.com/status-im/status-desktop/issues/6830
This commit is contained in:
PavelS 2022-08-15 12:53:44 +03:00 committed by GitHub
parent e1d8d934b3
commit 76cc5fda22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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