fix(StatusTabButton) adjust tab button height (#842)

Needed by https://github.com/status-im/status-desktop/issues/6786
This commit is contained in:
PavelS 2022-08-09 18:27:15 +03:00 committed by GitHub
parent b3ceb0aad9
commit 98aa6a4b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ TabButton {
contentItem: Item {
implicitWidth: contentItemGrid.implicitWidth
implicitHeight: contentItemGrid.implicitHeight + 11
implicitHeight: contentItemGrid.implicitHeight + 15
RowLayout {
id: contentItemGrid