monero-gui/components/TextBlock.qml

8 lines
100 B
QML
Raw Normal View History

2017-08-24 12:27:00 +03:00
import QtQuick 2.0
TextEdit {
wrapMode: Text.Wrap
readOnly: true
selectByMouse: true
}