Browse Source

UI: enable text wrapping for right half of debug overlay

Vincent Lang 9 năm trước cách đây
mục cha
commit
91efcb8fca
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     }