mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 12:46:08 +00:00
fix radius
This commit is contained in:
parent
e859250501
commit
d84c16bc63
@ -15,7 +15,6 @@ Rectangle {
|
|||||||
border.color: Theme.grey
|
border.color: Theme.grey
|
||||||
border.width: 1
|
border.width: 1
|
||||||
|
|
||||||
|
|
||||||
ChannelIcon {
|
ChannelIcon {
|
||||||
id: channelIcon
|
id: channelIcon
|
||||||
channelName: chatsModel.activeChannel.name
|
channelName: chatsModel.activeChannel.name
|
||||||
|
@ -31,7 +31,7 @@ Rectangle {
|
|||||||
Rectangle {
|
Rectangle {
|
||||||
width: contactImage.width ? contactImage.width : 36
|
width: contactImage.width ? contactImage.width : 36
|
||||||
height: contactImage.height ? contactImage.height: 36
|
height: contactImage.height ? contactImage.height: 36
|
||||||
radius: 50
|
radius: 120
|
||||||
color: {
|
color: {
|
||||||
const color = chatsModel.getChannelColor(channelName)
|
const color = chatsModel.getChannelColor(channelName)
|
||||||
if (!color) {
|
if (!color) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user