You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/WPF/GeneralUpdate.Packet/Views/HelperView.xaml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,12 @@
10
10
<Grid.RowDefinitions>
11
11
<RowDefinition></RowDefinition>
12
12
<RowDefinition></RowDefinition>
13
+
<RowDefinition></RowDefinition>
13
14
</Grid.RowDefinitions>
14
-
<TextBlockText="* All functional buttons will have tooltips that hover over them with the mouse."TextWrapping="WrapWithOverflow"FontSize="24" />
15
-
<TextBlock Grid.Row="1"Text="*If you have any usage problems, please submit the issue on github and the author will reply as soon as possible"TextWrapping="WrapWithOverflow"FontSize="24" />
15
+
<LabelName="LblUrl"FontSize="24">
16
+
<HyperlinkNavigateUri="https://gitee.com/GeneralLibrary/GeneralUpdate/tree/master/doc"RequestNavigate="LblUrl_RequestNavigate">Help document link address,Click here to jump to the web page.</Hyperlink>
17
+
</Label>
18
+
<TextBlock Grid.Row="1"Text="* All functional buttons will have tooltips that hover over them with the mouse."TextWrapping="WrapWithOverflow"FontSize="24" />
19
+
<TextBlock Grid.Row="2"Text="*If you have any usage problems, please submit the issue on github and the author will reply as soon as possible"TextWrapping="WrapWithOverflow"FontSize="24" />
0 commit comments