We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b8118 commit 649b55fCopy full SHA for 649b55f
Flow.Launcher/WelcomeWindow.xaml
@@ -8,12 +8,12 @@
8
xmlns:ui="http://schemas.modernwpf.com/2019"
9
Name="FlowWelcomeWindow"
10
Title="Welcome to Flow Launcher"
11
- Activated="OnActivated"
12
Width="550"
13
Height="650"
14
- MouseDown="window_MouseDown"
+ Activated="OnActivated"
15
Background="{DynamicResource Color00B}"
16
Foreground="{DynamicResource PopupTextColor}"
+ MouseDown="window_MouseDown"
17
WindowStartupLocation="CenterScreen"
18
mc:Ignorable="d">
19
<!--#region TitleBar-->
@@ -48,7 +48,7 @@
48
VerticalAlignment="Center"
49
FontSize="12"
50
Foreground="{DynamicResource Color05B}"
51
- Text="Welcome to Flow Launcher" />
+ Text="{DynamicResource Welcome_Page1_Title}" />
52
53
<Button
54
Grid.Column="4"
0 commit comments