mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 00:27:26 -04:00
add textBlock component
This commit is contained in:
7
components/TextBlock.qml
Normal file
7
components/TextBlock.qml
Normal file
@@ -0,0 +1,7 @@
|
||||
import QtQuick 2.0
|
||||
|
||||
TextEdit {
|
||||
wrapMode: Text.Wrap
|
||||
readOnly: true
|
||||
selectByMouse: true
|
||||
}
|
||||
Reference in New Issue
Block a user