mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 20:42:10 +00:00
修复:日志文本框垂直显示上下空白问题 (#5967)
This commit is contained in:
parent
0bb6e6bd86
commit
3a2c9e7aaa
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@
|
||||||
Classes="TextArea"
|
Classes="TextArea"
|
||||||
IsReadOnly="True"
|
IsReadOnly="True"
|
||||||
TextAlignment="Left"
|
TextAlignment="Left"
|
||||||
|
VerticalAlignment="Stretch"
|
||||||
TextWrapping="Wrap">
|
TextWrapping="Wrap">
|
||||||
<TextBox.ContextMenu>
|
<TextBox.ContextMenu>
|
||||||
<ContextMenu>
|
<ContextMenu>
|
||||||
|
|
Loading…
Reference in a new issue