|
@@ -11,6 +11,7 @@
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
xmlns:prism="http://prismlibrary.com/"
|
|
|
xmlns:viewmodels="clr-namespace:PDF_Master.ViewModels"
|
|
|
+ Title="PDF Master"
|
|
|
Width="1280"
|
|
|
Height="800"
|
|
|
MinWidth="540"
|
|
@@ -18,16 +19,16 @@
|
|
|
d:DataContext="{d:DesignInstance Type=viewmodels:MainWindowViewModel}"
|
|
|
prism:ViewModelLocator.AutoWireViewModel="True"
|
|
|
Activated="Window_Activated"
|
|
|
- SnapsToDevicePixels="True"
|
|
|
BorderBrush="{StaticResource color.sys.layout.bg.tabbar}"
|
|
|
BorderThickness="2"
|
|
|
Closed="Window_Closed"
|
|
|
Closing="Window_Closing"
|
|
|
PreviewMouseLeftButtonDown="Window_PreviewMouseLeftButtonDown"
|
|
|
SizeChanged="Window_SizeChanged"
|
|
|
+ SnapsToDevicePixels="True"
|
|
|
Style="{StaticResource WindowStyle}"
|
|
|
UseLayoutRounding="True"
|
|
|
-Title ="PDF Master" WindowStartupLocation="CenterScreen"
|
|
|
+ WindowStartupLocation="CenterScreen"
|
|
|
mc:Ignorable="d">
|
|
|
<Window.Resources>
|
|
|
<ResourceDictionary>
|
|
@@ -360,8 +361,8 @@ Title ="PDF Master" WindowStartupLocation="CenterScreen"
|
|
|
<TextBlock
|
|
|
HorizontalAlignment="Center"
|
|
|
VerticalAlignment="Center"
|
|
|
- FontSize="14"
|
|
|
FontFamily="SF Pro Text"
|
|
|
+ FontSize="14"
|
|
|
FontWeight="SemiBold"
|
|
|
Foreground="White"
|
|
|
Text="{Binding Useremailchar}" />
|
|
@@ -437,7 +438,10 @@ Title ="PDF Master" WindowStartupLocation="CenterScreen"
|
|
|
<Grid Margin="16,13" Background="Transparent">
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
<TextBlock Foreground="{StaticResource color.sys.text.anti.norm}" Text="{Binding ProgressTitle}" />
|
|
|
- <TextBlock Foreground="{StaticResource color.sys.text.anti.norm}" Text="{Binding Value, StringFormat={}({0})}" />
|
|
|
+ <TextBlock
|
|
|
+ Foreground="{StaticResource color.sys.text.anti.norm}"
|
|
|
+ Text="{Binding Value, StringFormat={}({0})}"
|
|
|
+ Visibility="Collapsed" />
|
|
|
</StackPanel>
|
|
|
<Button
|
|
|
Width="12"
|