Nextrek
Diff Revisions
168
vs
169
for /WindowsPhone/OpenLavoro/OpenLavoro/MainPage.xaml
|
@@ -35,9 +35,9 @@ |
35 |
35 |
|
<Border BorderBrush="#FF919191" BorderThickness="0,0,0,1" Background="#4CAAAAAA" CornerRadius="0,20,0,0" Width="456" Margin="0,0,0,0" > |
36 |
36 |
|
<StackPanel Orientation="Horizontal" > |
37 |
37 |
|
<Image x:Name="arrow" Width="60" Height="60" HorizontalAlignment="Left" Margin="-5,0,0,0" Source="/images/icon_arrow_down1.png"></Image> |
38 |
|
- |
<TextBlock x:Name="category1" Text="{Binding Name}" TextWrapping="Wrap" Foreground="Black" FontWeight="Normal" Height="40" Width="370" TextAlignment="Left" FontSize="25" Margin="0,0,0,0" /> |
|
38 |
+ |
<TextBlock x:Name="category1" Text="{Binding Name}" TextWrapping="Wrap" Foreground="Black" FontWeight="Normal" Height="40" Width="360" TextAlignment="Left" FontSize="25" Margin="0,0,0,0" /> |
39 |
39 |
|
<!--<Border BorderThickness="1" BorderBrush="#FFD8D8D8" CornerRadius="0,20,0,0" Height="27" Width="27" VerticalAlignment="Top" Margin="0,2,0,0">--> |
40 |
|
- |
<TextBlock x:Name="nItem" Text="{Binding ListCat.Count}" Height="23" Width="23" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,5,0,0" Foreground="#FF747474"></TextBlock> |
|
40 |
+ |
<TextBlock x:Name="nItem" Text="{Binding ListCat.Count}" Height="23" Width="34" HorizontalAlignment="Center" VerticalAlignment="Top" TextAlignment="Right" Margin="0,5,0,0" Foreground="#FF747474"></TextBlock> |
41 |
41 |
|
<!--</Border>--> |
42 |
42 |
|
</StackPanel> |
43 |
43 |
|
</Border> |