Skip to content

Commit

Permalink
changing image size and datePicker style(HomePage)
Browse files Browse the repository at this point in the history
  • Loading branch information
din997 committed Jun 12, 2017
1 parent f7407de commit deb348c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChatApp/Pages/HomePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,12 @@
<RowDefinition Height="50"/>
</Grid.RowDefinitions>

<Image Grid.Row="0" Name ="UserImage" Margin="188,7,223,0" Height="55" VerticalAlignment="Top"/>
<Image Grid.Row="0" Name ="UserImage" Margin="188,7,223,0" Height="75" VerticalAlignment="Top"/>
<TextBox TextAlignment="Center" Name="Username" Margin="67,0,66,0" Height="29" VerticalAlignment="Top" IsEnabled="False" Grid.Row="1"/>
<TextBox Grid.Row="2" TextAlignment="Center" Name="FirstName" Margin="67,3,66,0" Height="20" VerticalAlignment="Top" IsEnabled="False"/>
<TextBox Grid.Row="3" TextAlignment="Center" Name="LastName" Margin="67,3,66,0" Height="32" VerticalAlignment="Top" IsEnabled="False" Grid.RowSpan="2"/>
<ComboBox Grid.Row="6" Name="gender" Margin="67,3,66,0" Height="32" VerticalAlignment="Top" IsEnabled="False" Grid.RowSpan="2" Width="353"/>
<DatePicker x:Name="DatePicker" Height="34" Grid.Row="4" Margin="67,27.333,66,25" HorizontalAlignment="Stretch" IsEnabled="False" Style="{StaticResource DatePickerStyle1}" Grid.RowSpan="3"/>
<DatePicker x:Name="DatePicker" Height="34" Grid.Row="4" Margin="67,27.333,66,25" HorizontalAlignment="Stretch" IsEnabled="False" Grid.RowSpan="3"/>
<TextBox Grid.Row="4" TextAlignment="Center" Name="email" Margin="67,3,66,0" Height="32" VerticalAlignment="Top" IsEnabled="False" Grid.RowSpan="3"/>
<TextBox Grid.Row="7" TextAlignment="Center" Name="company" Margin="67,3.,66,0" Height="32" VerticalAlignment="Top" IsEnabled="False" Grid.RowSpan="2"/>
<ComboBox Grid.Row="8" Name="country" Margin="67,3,66,0" Height="32" VerticalAlignment="Top" IsEnabled="False" Grid.RowSpan="2" Width="353"/>
Expand Down

0 comments on commit deb348c

Please sign in to comment.