mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
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
6207e1f34f
commit
9f3aa21834
@ -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…
x
Reference in New Issue
Block a user