Skip to content
Snippets Groups Projects
Commit 85252927 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Nicolas Jager
Browse files

ui/ux: fix up the send message boxes

- homogenize textmessage and video page message boxes

Change-Id: I505a86b2a62fdbc1ebe0579e65662c8dd6574dd9
Tuleap: #790
parent 7b3c32f4
No related branches found
No related tags found
No related merge requests found
...@@ -87,11 +87,11 @@ ...@@ -87,11 +87,11 @@
<Border x:Name="BackgroundElement" <Border x:Name="BackgroundElement"
Grid.Row="1" Grid.Row="1"
Background="{TemplateBinding Background}" Background="{TemplateBinding Background}"
Margin="{TemplateBinding BorderThickness}" Margin="0"
Opacity="1" Opacity="1"
Grid.ColumnSpan="2" Grid.ColumnSpan="2"
BorderBrush="#3bc1d3" BorderBrush="#3bc1d3"
BorderThickness="1" BorderThickness="0"
Grid.RowSpan="1"/> Grid.RowSpan="1"/>
<ScrollViewer x:Name="ContentElement" <ScrollViewer x:Name="ContentElement"
Grid.Row="1" Grid.Row="1"
...@@ -110,6 +110,7 @@ ...@@ -110,6 +110,7 @@
<Button x:Name="_sendBtn_" <Button x:Name="_sendBtn_"
Background="Transparent" Background="Transparent"
BorderThickness="0"
Grid.Row="1" Grid.Row="1"
FontFamily="Segoe MDL2 Assets" FontFamily="Segoe MDL2 Assets"
Foreground="#3bc1d3" Foreground="#3bc1d3"
...@@ -262,7 +263,7 @@ ...@@ -262,7 +263,7 @@
HorizontalAlignment="Stretch" HorizontalAlignment="Stretch"
TextWrapping="NoWrap" TextWrapping="NoWrap"
VerticalAlignment="Center" VerticalAlignment="Center"
Margin="10" Margin="8,6,8,6"
Background="White" Background="White"
KeyDown="_messageTextBox__KeyDown"/> KeyDown="_messageTextBox__KeyDown"/>
</Grid> </Grid>
......
...@@ -105,11 +105,11 @@ ...@@ -105,11 +105,11 @@
<Border x:Name="BackgroundElement" <Border x:Name="BackgroundElement"
Grid.Row="1" Grid.Row="1"
Background="{TemplateBinding Background}" Background="{TemplateBinding Background}"
Margin="{TemplateBinding BorderThickness}" Margin="0"
Opacity="1" Opacity="1"
Grid.ColumnSpan="2" Grid.ColumnSpan="2"
BorderBrush="#3bc1d3" BorderBrush="#3bc1d3"
BorderThickness="1" BorderThickness="0"
Grid.RowSpan="1"/> Grid.RowSpan="1"/>
<ScrollViewer x:Name="ContentElement" <ScrollViewer x:Name="ContentElement"
Grid.Row="1" Grid.Row="1"
...@@ -128,6 +128,7 @@ ...@@ -128,6 +128,7 @@
<Button x:Name="_sendBtn_" <Button x:Name="_sendBtn_"
Background="Transparent" Background="Transparent"
BorderThickness="0"
Grid.Row="1" Grid.Row="1"
FontFamily="Segoe MDL2 Assets" FontFamily="Segoe MDL2 Assets"
Foreground="#3bc1d3" Foreground="#3bc1d3"
...@@ -405,7 +406,7 @@ ...@@ -405,7 +406,7 @@
HorizontalAlignment="Stretch" HorizontalAlignment="Stretch"
TextWrapping="NoWrap" TextWrapping="NoWrap"
VerticalAlignment="Bottom" VerticalAlignment="Bottom"
Margin="10" Margin="8,6,8,6"
Background="White" Background="White"
KeyDown="_messageTextBox__KeyDown"/> KeyDown="_messageTextBox__KeyDown"/>
</Grid> </Grid>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment