Add tooltips to buttons and room invite button
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user