mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
style<CommitViewer>: combine subject and message
This commit is contained in:
parent
45555fd8ae
commit
a9f138076e
1 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue