File tree Expand file tree Collapse file tree 8 files changed +26
-25
lines changed Expand file tree Collapse file tree 8 files changed +26
-25
lines changed Original file line number Diff line number Diff line change 125
125
BorderThickness =" 0 1 0 0"
126
126
CornerRadius =" 0 0 8 8" >
127
127
<StackPanel
128
- Margin =" 10"
128
+ Margin =" 10 9 10 10 "
129
129
HorizontalAlignment =" Center"
130
130
Orientation =" Horizontal" >
131
131
<Button
132
132
x : Name =" OverwriteBtn"
133
- Height = " 30 "
133
+ MinHeight = " 36 "
134
134
MinWidth =" 100"
135
135
Margin =" 0 0 4 0"
136
136
Click =" Overwrite"
139
139
Visibility =" Collapsed" />
140
140
<Button
141
141
x : Name =" SaveBtn"
142
- Height = " 30 "
142
+ MinHeight = " 36 "
143
143
MinWidth =" 100"
144
144
Margin =" 0 0 4 0"
145
145
Click =" Save"
146
146
Content =" {DynamicResource commonSave}"
147
147
Style =" {StaticResource AccentButtonStyle}" />
148
148
<Button
149
- Height = " 30 "
149
+ MinHeight = " 36 "
150
150
MinWidth =" 100"
151
151
Margin =" 4 0 4 0"
152
152
Click =" Reset"
153
153
Content =" {DynamicResource commonReset}" />
154
154
<Button
155
- Height = " 30 "
155
+ MinHeight = " 36 "
156
156
MinWidth =" 100"
157
157
Margin =" 4 0 4 0"
158
158
Click =" Delete"
159
159
Content =" {DynamicResource commonDelete}" />
160
160
<Button
161
- Height = " 30 "
161
+ MinHeight = " 36 "
162
162
MinWidth =" 100"
163
163
Margin =" 4 0 0 0"
164
164
Click =" Cancel"
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 @@ -177,6 +177,8 @@ private void UpdateEnumDropdownLocalizations()
177
177
DropdownDataGeneric < SearchWindowAligns > . UpdateLabels ( SearchWindowAligns ) ;
178
178
DropdownDataGeneric < SearchPrecisionScore > . UpdateLabels ( SearchPrecisionScores ) ;
179
179
DropdownDataGeneric < LastQueryMode > . UpdateLabels ( LastQueryModes ) ;
180
+ // Since we are using Binding instead of DynamicResource, we need to manually trigger the update
181
+ OnPropertyChanged ( nameof ( AlwaysPreviewToolTip ) ) ;
180
182
}
181
183
182
184
public string Language
Original file line number Diff line number Diff line change 154
154
Title =" {DynamicResource AlwaysPreview}"
155
155
Margin =" 0 14 0 0"
156
156
Icon ="  "
157
- Sub =" {DynamicResource AlwaysPreviewToolTip}" >
157
+ Sub =" {Binding AlwaysPreviewToolTip}" >
158
158
<ui : ToggleSwitch
159
159
IsOn =" {Binding Settings.AlwaysPreview}"
160
160
OffContent =" {DynamicResource disable}"
352
352
Title =" {DynamicResource KoreanImeTitle}"
353
353
Margin =" 0 14 0 0"
354
354
Closable =" False"
355
- DataContext =" {Binding RelativeSource={RelativeSource AncestorType=Border}, Path=DataContext}"
356
355
IsIconVisible =" True"
357
356
Length =" Long"
358
357
Message =" {DynamicResource KoreanImeGuide}"
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