style<CommitViewer>: combine subject and message

This commit is contained in:
leo 2020-11-30 11:00:32 +08:00
parent 45555fd8ae
commit a9f138076e

View file

@ -181,8 +181,8 @@
</ItemsControl.ItemTemplate>
</ItemsControl>
<!-- SUBJECT -->
<Label Grid.Row="3" Grid.Column="0" Content="SUBJECT" HorizontalAlignment="Right" Opacity=".6"/>
<!-- MESSAGE -->
<Label Grid.Row="3" Grid.Column="0" Content="MESSAGE" HorizontalAlignment="Right" Opacity=".6"/>
<TextBox
Grid.Row="3" Grid.Column="1"
x:Name="subject"
@ -191,9 +191,6 @@
FontFamily="Consolas"
BorderThickness="0"
Margin="11,0,16,0"/>
<!-- MESSAGE -->
<Label Grid.Row="4" Grid.Column="0" Content="DESCRIPTION" HorizontalAlignment="Right" VerticalAlignment="Top" Opacity=".6"/>
<TextBox
Grid.Row="4" Grid.Column="1"
x:Name="message"