monero-gui/components/TextBlock.qml
2017-08-24 11:27:00 +02:00

7 lines
100 B
QML

import QtQuick 2.0
TextEdit {
wrapMode: Text.Wrap
readOnly: true
selectByMouse: true
}