fix radius

This commit is contained in:
Iuri Matias 2020-06-25 16:12:57 -04:00
parent e859250501
commit d84c16bc63
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ Rectangle {
border.color: Theme.grey
border.width: 1
ChannelIcon {
id: channelIcon
channelName: chatsModel.activeChannel.name

View File

@ -31,7 +31,7 @@ Rectangle {
Rectangle {
width: contactImage.width ? contactImage.width : 36
height: contactImage.height ? contactImage.height: 36
radius: 50
radius: 120
color: {
const color = chatsModel.getChannelColor(channelName)
if (!color) {