Add tooltips to buttons and room invite button

This commit is contained in:
miruka
2019-08-22 09:27:26 -04:00
parent 3082c64666
commit 627a186700
10 changed files with 75 additions and 31 deletions

View File

@@ -136,6 +136,13 @@ controls:
color background: colors.inputBackground
color text: colors.text
toolTip:
int delay: 500
color background: colors.inputBackground
color text: colors.text
color border: "black"
int borderWidth: 2
avatar:
int size: baseElementsHeight
int radius: theme.radius
@@ -209,6 +216,12 @@ chat:
color name: colors.text
color subtitle: colors.dimText
inviteButton:
color background: colors.inputBackground
filterMembers:
color background: colors.inputBackground
eventList:
int ownEventsOnRightUnderWidth: 768
color background: "transparent"