fix(StatusChatToolBar): Updated activity center button size
Activity center button has now the same size than the other toolbar buttons. Fixes https://github.com/status-im/status-desktop/issues/6216
This commit is contained in:
parent
b064f9ebd8
commit
fe355eebf8
|
@ -137,6 +137,8 @@ Item {
|
||||||
|
|
||||||
StatusActivityCenterButton {
|
StatusActivityCenterButton {
|
||||||
id: notificationButton
|
id: notificationButton
|
||||||
|
width: 32
|
||||||
|
height: width
|
||||||
unreadNotificationsCount: statusChatToolBar.notificationCount
|
unreadNotificationsCount: statusChatToolBar.notificationCount
|
||||||
onClicked: statusChatToolBar.notificationButtonClicked()
|
onClicked: statusChatToolBar.notificationButtonClicked()
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,9 +31,6 @@ StatusFlatRoundButton {
|
||||||
*/
|
*/
|
||||||
property alias unreadNotificationsCount: statusBadge.value
|
property alias unreadNotificationsCount: statusBadge.value
|
||||||
|
|
||||||
implicitWidth: 32
|
|
||||||
implicitHeight: 32
|
|
||||||
|
|
||||||
icon.name: "notification"
|
icon.name: "notification"
|
||||||
icon.height: 21
|
icon.height: 21
|
||||||
type: StatusFlatRoundButton.Type.Secondary
|
type: StatusFlatRoundButton.Type.Secondary
|
||||||
|
|
Loading…
Reference in New Issue