浏览代码

UI: enable text wrapping for right half of debug overlay

Vincent Lang 9 年之前
父节点
当前提交
91efcb8fca
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/ui/webview.qml

+ 1 - 1
src/ui/webview.qml

@@ -178,7 +178,7 @@ KonvergoWindow
       anchors.bottomMargin: 54
       color: "white"
       font.pixelSize: width / 45
-      wrapMode: Text.NoWrap
+      wrapMode: Text.WrapAnywhere
 
       text: mainWindow.videoInfo
     }