File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 xmlns : lex =" http://wpflocalizeextension.codeplex.com"
66 xmlns : cal =" http://www.caliburnproject.org"
77 xmlns : iconPacks =" http://metro.mahapps.com/winfx/xaml/iconpacks"
8+ xmlns : converters =" clr-namespace:SimpleDnsCrypt.Converters"
89 Title =" {Binding WindowTitle}" MinWidth =" 810" Width =" 825" MinHeight =" 360"
910 SizeToContent =" WidthAndHeight"
1011 GlowBrush =" {DynamicResource AccentColorBrush}"
1112 Icon =" ../Images/simplednscrypt.ico" ShowIconOnTitleBar =" False"
1213 WindowStartupLocation =" CenterScreen" TitleCharacterCasing =" Normal" Topmost =" False"
1314 ShowMaxRestoreButton =" False" ResizeMode =" CanResizeWithGrip" ShowInTaskbar =" True"
1415 ShowMinButton =" True" TitleForeground =" White" >
16+ <controls : MetroWindow .Resources>
17+ <ResourceDictionary >
18+ <converters : BoolToVisibilityConverter x : Key =" BoolToVisibilityConverter" />
19+ </ResourceDictionary >
20+ </controls : MetroWindow .Resources>
1521 <controls : MetroWindow .RightWindowCommands>
1622 <controls : WindowCommands >
23+ <controls : MetroProgressBar Width =" 100" Height =" 20" IsIndeterminate =" True" Orientation =" Horizontal"
24+ VerticalAlignment =" Center" Margin =" 0,0,20,0" Foreground =" White"
25+ Visibility =" {Binding IsWorkingOnService, Converter={StaticResource BoolToVisibilityConverter}}" />
1726 <Button Cursor =" Hand" x : Name =" About" cal:Message.Attach=" About" ToolTip =" {lex:Loc Key=about}" >
1827 <iconPacks : PackIconMaterial Kind =" Emoticon" />
1928 </Button >
You can’t perform that action at this time.
0 commit comments