|
@@ -15,7 +15,7 @@
|
|
|
d:DesignHeight="32"
|
|
|
d:DesignWidth="332"
|
|
|
prism:ViewModelLocator.AutoWireViewModel="True"
|
|
|
- Background="#FFFFFF"
|
|
|
+ Background="Transparent"
|
|
|
mc:Ignorable="d">
|
|
|
|
|
|
<UserControl.Resources>
|
|
@@ -30,8 +30,10 @@
|
|
|
<PathGeometry x:Key="Ic_LastPageButtonPath" Figures="M17.25 6V18H18.75V6H17.25ZM11.0697 15.0697L13.3893 12.75L5 12.75V11.25L13.3893 11.25L11.0697 8.93038L12.1303 7.86972L15.7303 11.4697C16.0232 11.7626 16.0232 12.2375 15.7303 12.5304L12.1303 16.1303L11.0697 15.0697Z" />
|
|
|
</ResourceDictionary>
|
|
|
</UserControl.Resources>
|
|
|
- <StackPanel Name="ParentPanel" Orientation="Horizontal">
|
|
|
- <StackPanel Orientation="Horizontal" Margin="16,0,16,0" Width="219" >
|
|
|
+ <Border
|
|
|
+ CornerRadius="4" Background="{StaticResource color.sys.layout.anti}" Effect="{StaticResource shadow.neutral.m}">
|
|
|
+ <StackPanel Name="ParentPanel" Orientation="Horizontal" >
|
|
|
+ <StackPanel Orientation="Horizontal" Margin="16,0,16,0" MinWidth="219" >
|
|
|
<Border
|
|
|
Width="24"
|
|
|
Height="24"
|
|
@@ -92,14 +94,15 @@
|
|
|
</TextBox>
|
|
|
</Border>
|
|
|
<TextBlock
|
|
|
+ Margin="8,0,0,0"
|
|
|
x:Name="TxtPageCount"
|
|
|
Height="32"
|
|
|
- MinWidth="42"
|
|
|
+ MinWidth="34"
|
|
|
Padding="0,5.5,0,0"
|
|
|
FontFamily="Segoe UI"
|
|
|
FontSize="14"
|
|
|
Foreground="#252629"
|
|
|
- Text="{Binding PageCount, StringFormat=/ {0}}"
|
|
|
+ Text="{Binding PageCount, StringFormat=/ {0}}"
|
|
|
TextAlignment="Left" />
|
|
|
|
|
|
<Border
|
|
@@ -256,6 +259,7 @@
|
|
|
</Grid>
|
|
|
</Border>
|
|
|
</StackPanel>
|
|
|
+ </Border>
|
|
|
<!--<i:Interaction.Triggers>
|
|
|
<i:EventTrigger EventName="Loaded">
|
|
|
<i:InvokeCommandAction Command="{Binding LoadedCommand}" PassEventArgsToCommand="True">
|