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
10918acb5c
status-desktop
/
ui
/
shared
/
StyledTextEdit.qml
7 lines
102 B
QML
Raw
Normal View
History
Unescape
Escape
fix: add StyledTextEdit and TextField to use the font
2020-06-19 18:21:02 +00:00
import
QtQuick
2.13
import
"../imports"
TextEdit
{
feat: change Theme to Style to enable changing Theme
2020-07-02 15:14:31 +00:00
font.family:
Style
.
current
.
fontRegular
.
name
fix: add StyledTextEdit and TextField to use the font
2020-06-19 18:21:02 +00:00
}