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.ItemTemplate>
|
||||||
</ItemsControl>
|
</ItemsControl>
|
||||||
|
|
||||||
<!-- SUBJECT -->
|
<!-- MESSAGE -->
|
||||||
<Label Grid.Row="3" Grid.Column="0" Content="SUBJECT" HorizontalAlignment="Right" Opacity=".6"/>
|
<Label Grid.Row="3" Grid.Column="0" Content="MESSAGE" HorizontalAlignment="Right" Opacity=".6"/>
|
||||||
<TextBox
|
<TextBox
|
||||||
Grid.Row="3" Grid.Column="1"
|
Grid.Row="3" Grid.Column="1"
|
||||||
x:Name="subject"
|
x:Name="subject"
|
||||||
|
@ -191,9 +191,6 @@
|
||||||
FontFamily="Consolas"
|
FontFamily="Consolas"
|
||||||
BorderThickness="0"
|
BorderThickness="0"
|
||||||
Margin="11,0,16,0"/>
|
Margin="11,0,16,0"/>
|
||||||
|
|
||||||
<!-- MESSAGE -->
|
|
||||||
<Label Grid.Row="4" Grid.Column="0" Content="DESCRIPTION" HorizontalAlignment="Right" VerticalAlignment="Top" Opacity=".6"/>
|
|
||||||
<TextBox
|
<TextBox
|
||||||
Grid.Row="4" Grid.Column="1"
|
Grid.Row="4" Grid.Column="1"
|
||||||
x:Name="message"
|
x:Name="message"
|
||||||
|
|
Loading…
Reference in a new issue