1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-30 08:40:03 +01:00
monero-gui/components/TextBlock.qml
2017-08-24 11:27:00 +02:00

8 lines
100 B
QML

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