mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 17:27:53 +00:00
fix radius
This commit is contained in:
parent
e859250501
commit
d84c16bc63
@ -15,7 +15,6 @@ Rectangle {
|
||||
border.color: Theme.grey
|
||||
border.width: 1
|
||||
|
||||
|
||||
ChannelIcon {
|
||||
id: channelIcon
|
||||
channelName: chatsModel.activeChannel.name
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user