This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-desktop
mirror of
https://github.com/status-im/status-desktop.git
Watch
2
Star
0
Fork
You've already forked status-desktop
0
Code
Issues
Projects
Releases
Wiki
Activity
7bb8a968c9
status-desktop
/
ui
/
shared
/
SVGImage.qml
7 lines
85 B
QML
Raw
Normal View
History
Unescape
Escape
fix: SVG images blurryness
2020-06-23 18:59:16 +00:00
import
QtQuick
2.13
Image
{
fix: remove svg hack
2021-03-03 13:52:51 +00:00
sourceSize.width:
width
sourceSize.height:
height
feat: make profile look like the design Improve left tab menu Move settings to right panel instead of advanced Create MyProfile container Improve Contacts and Security
2020-07-21 21:03:22 +00:00
}