2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-03-02 15:31:04 +00:00

fix: show community button tooltip on the right

Fixes 
This commit is contained in:
Jonathan Rainville 2021-03-25 13:37:40 -04:00 committed by Iuri Matias
parent d09f049e77
commit aeded149db

@ -32,6 +32,9 @@ StatusIconTabButton {
visible: communityButton.hovered
text: communityButton.name
delay: 50
orientation: "right"
x: communityButton.width + Style.current.padding
y: communityButton.height / 2 - height / 2 + 4
}
Rectangle {