ソースを参照

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
     }