mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-31 17:14:58 +00:00
ux: use AvaloniaEdit.TextEditor
to display release update detail info
This commit is contained in:
parent
c6afc6a205
commit
8ebf4d76d6
2 changed files with 69 additions and 7 deletions
|
@ -52,13 +52,13 @@
|
|||
</Border>
|
||||
</StackPanel>
|
||||
|
||||
<TextBox IsReadOnly="True"
|
||||
TextWrapping="Wrap"
|
||||
ScrollViewer.VerticalScrollBarVisibility="Auto"
|
||||
MaxWidth="500" MaxHeight="400"
|
||||
Margin="0,8" Padding="0"
|
||||
VerticalContentAlignment="Top"
|
||||
Text="{Binding Body}"/>
|
||||
<Border Width="500" MaxHeight="400"
|
||||
Margin="0,8"
|
||||
Background="{DynamicResource Brush.Contents}"
|
||||
BorderThickness="1"
|
||||
BorderBrush="{DynamicResource Brush.Border2}">
|
||||
<v:UpdateInfoView/>
|
||||
</Border>
|
||||
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center">
|
||||
<Button Classes="flat primary"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue