1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-22 03:15:52 +01:00
monero-gui/components/TextBlock.qml

8 lines
100 B
QML
Raw Normal View History

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