monero-gui/components/TextBlock.qml

8 lines
100 B
QML
Raw Normal View History

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