From 4899a1abb2878445212ce28753cc43d2160ecc57 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Mon, 27 Mar 2017 17:23:44 +0200 Subject: [PATCH] feat(ui/modules/Common/Form/Tab/TabButton): fix height/width --- linphone-desktop/ui/modules/Common/Form/Tab/TabButton.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linphone-desktop/ui/modules/Common/Form/Tab/TabButton.qml b/linphone-desktop/ui/modules/Common/Form/Tab/TabButton.qml index ac632de83..f46cd15e2 100644 --- a/linphone-desktop/ui/modules/Common/Form/Tab/TabButton.qml +++ b/linphone-desktop/ui/modules/Common/Form/Tab/TabButton.qml @@ -55,6 +55,8 @@ Controls.TabButton { } contentItem: RowLayout { + height: button.height + width: button.width spacing: TabButtonStyle.spacing Icon {