Skip to content

Commit

Permalink
修复:日志文本框垂直显示上下空白问题 (2dust#5967)
Browse files Browse the repository at this point in the history
  • Loading branch information
fonaix authored Nov 2, 2024
1 parent 0bb6e6b commit 3a2c9e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2rayN/v2rayN.Desktop/Views/MsgView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
Classes="TextArea"
IsReadOnly="True"
TextAlignment="Left"
VerticalAlignment="Stretch"
TextWrapping="Wrap">
<TextBox.ContextMenu>
<ContextMenu>
Expand Down

0 comments on commit 3a2c9e7

Please sign in to comment.