File tree Expand file tree Collapse file tree 6 files changed +5
-16
lines changed
Expand file tree Collapse file tree 6 files changed +5
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
44 Title =" Speed Test Widget"
5- Height =" 180 " Width =" 200"
5+ Height =" 200 " Width =" 200"
66 ResizeMode =" NoResize"
77 WindowStartupLocation =" Manual"
88 WindowStyle =" None"
103103 <Button x : Name =" StartTestButton"
104104 Grid.Row=" 4"
105105 Content =" Run Test"
106- Height =" 28 "
106+ Height =" 24 "
107107 FontWeight =" SemiBold"
108108 FontSize =" 12"
109- Margin =" 0,3 ,0,3 "
109+ Margin =" 0,0 ,0,0 "
110110 Click =" StartTestButton_Click"
111111 Background =" #0078D4"
112112 Foreground =" White"
119119 <ControlTemplate TargetType =" Button" >
120120 <Border Background =" {TemplateBinding Background}"
121121 CornerRadius =" 4"
122- Padding =" 8,5 " >
122+ Padding =" 0,0 " >
123123 <ContentPresenter HorizontalAlignment =" Center"
124124 VerticalAlignment =" Center" />
125125 </Border >
146146 Foreground =" {DynamicResource SubtextBrush}"
147147 Margin =" 0,0,3,0" >
148148 <Hyperlink x : Name =" AppVersionLink"
149- NavigateUri =" https://github.com/MSuhaidi/Speed /"
149+ NavigateUri =" https://github.com/MSuhaidi/SpeedTestWidget /"
150150 RequestNavigate =" Hyperlink_RequestNavigate"
151151 Foreground =" {DynamicResource SubtextBrush}" >
152152 </Hyperlink >
You can’t perform that action at this time.
0 commit comments