mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
QML UI: log the text shown on the log page
Sadly this doesn't work, even though it appears to be the thing to do based on the documentation. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1cb5419a57
commit
a600253e62
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ MobileComponents.Page {
|
|||
spacing: MobileComponents.Units.smallSpacing
|
||||
|
||||
Text {
|
||||
wrapMode: Text.WrapAnywhere
|
||||
width: logWindow.width
|
||||
wrapMode: Text.Wrap
|
||||
text: manager.logText
|
||||
}
|
||||
Item {
|
||||
|
|
Loading…
Reference in a new issue