File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 103
103
<Grid >
104
104
<Grid .RowDefinitions>
105
105
<RowDefinition Height =" 250" />
106
- <RowDefinition />
106
+ <RowDefinition Height = " 340 " />
107
107
</Grid .RowDefinitions>
108
108
109
109
<Border Grid.Row=" 0" HorizontalAlignment =" Stretch" >
140
140
</Border >
141
141
142
142
143
- <Canvas Grid.Row=" 1" Height =" 288 " >
143
+ <Canvas Grid.Row=" 1" Height =" 338 " >
144
144
<Image
145
145
Name =" wizard"
146
146
Canvas.Right=" 30"
156
156
<TextBlock
157
157
FontSize =" 20"
158
158
FontWeight =" SemiBold"
159
- Text =" {DynamicResource Welcome_Page1_Title}" />
159
+ Text =" {DynamicResource Welcome_Page1_Title}" TextWrapping = " WrapWithOverflow " />
160
160
<TextBlock
161
161
Margin =" 0 10 24 0"
162
162
FontSize =" 14"
Original file line number Diff line number Diff line change 38
38
<Grid >
39
39
<Grid .RowDefinitions>
40
40
<RowDefinition Height =" 250" />
41
- <RowDefinition />
41
+ <RowDefinition Height = " 340 " />
42
42
</Grid .RowDefinitions>
43
43
44
44
<Border Grid.Row=" 0" HorizontalAlignment =" Stretch" >
89
89
</StackPanel >
90
90
</Border >
91
91
92
- <StackPanel Grid.Row=" 1" Margin = " 24 20 24 20 " >
93
- <StackPanel >
92
+ <ScrollViewer Grid.Row=" 1" VerticalScrollBarVisibility = " Visible " >
93
+ <StackPanel Margin = " 24 20 24 20 " >
94
94
<TextBlock
95
95
FontSize =" 20"
96
96
FontWeight =" SemiBold"
97
- Text =" {DynamicResource Welcome_Page2_Title}" />
97
+ Text =" {DynamicResource Welcome_Page2_Title}" TextWrapping = " WrapWithOverflow " />
98
98
<TextBlock
99
99
Margin =" 0 10 0 0"
100
100
FontSize =" 14"
119
119
WindowTitle =" {DynamicResource flowlauncherHotkey}" />
120
120
</StackPanel >
121
121
122
- </StackPanel >
122
+ </ScrollViewer >
123
123
</Grid >
124
124
</ScrollViewer >
125
125
</ui : Page >
Original file line number Diff line number Diff line change 93
93
<TextBlock
94
94
FontSize =" 20"
95
95
FontWeight =" SemiBold"
96
- Text =" {DynamicResource Welcome_Page4_Title}" />
96
+ Text =" {DynamicResource Welcome_Page4_Title}" TextWrapping = " WrapWithOverflow " />
97
97
<TextBlock
98
98
Margin =" 0 10 0 10"
99
99
FontSize =" 14"
Original file line number Diff line number Diff line change 53
53
<Grid >
54
54
<Grid .RowDefinitions>
55
55
<RowDefinition Height =" 250" />
56
- <RowDefinition />
56
+ <RowDefinition Height = " 340 " />
57
57
</Grid .RowDefinitions>
58
58
59
59
<Border Grid.Row=" 0" HorizontalAlignment =" Stretch" >
79
79
</StackPanel >
80
80
</Border >
81
81
82
- <StackPanel Grid.Row=" 1" Margin =" 24 20 24 20" >
82
+ <StackPanel Grid.Row=" 1" Margin =" 24 20 24 20" >
83
83
<StackPanel >
84
84
<TextBlock
85
85
FontSize =" 20"
86
86
FontWeight =" SemiBold"
87
- Text =" {DynamicResource Welcome_Page5_Title}" />
87
+ Text =" {DynamicResource Welcome_Page5_Title}" TextWrapping = " WrapWithOverflow " />
88
88
<TextBlock
89
89
Margin =" 0 10 0 0"
90
90
FontSize =" 14"
91
91
Text =" {DynamicResource Welcome_Page5_Text01}"
92
92
TextWrapping =" WrapWithOverflow" />
93
- <StackPanel Margin =" 0 30 0 0" Orientation =" Horizontal" >
93
+ <StackPanel Margin =" 0 20 0 0" Orientation =" Horizontal" >
94
94
<CheckBox
95
95
Checked =" OnAutoStartupChecked"
96
96
Content =" {DynamicResource startFlowLauncherOnSystemStartup}"
109
109
<Button
110
110
Width =" 150"
111
111
Height =" 40"
112
- Margin =" 0 60 0 0"
112
+ Margin =" 0 102 0 0"
113
113
HorizontalAlignment =" Right"
114
114
Click =" BtnCancel_OnClick"
115
115
Content =" {DynamicResource done}"
Original file line number Diff line number Diff line change 10
10
Name =" FlowWelcomeWindow"
11
11
Title =" {DynamicResource Welcome_Page1_Title}"
12
12
Width =" 550"
13
- Height =" 650 "
13
+ Height =" 700 "
14
14
MinWidth =" 550"
15
- MinHeight =" 650 "
15
+ MinHeight =" 700 "
16
16
MaxWidth =" 550"
17
- MaxHeight =" 650 "
17
+ MaxHeight =" 700 "
18
18
d : DataContext =" {d:DesignInstance Type=vm:WelcomeViewModel}"
19
19
Activated =" OnActivated"
20
20
Background =" {DynamicResource Color00B}"
You can’t perform that action at this time.
0 commit comments