File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 43
43
<system : String x : Key =" SearchWindowScreenFocus" >Monitor with Focused Window</system : String >
44
44
<system : String x : Key =" SearchWindowScreenPrimary" >Primary Monitor</system : String >
45
45
<system : String x : Key =" SearchWindowScreenCustom" >Custom Monitor</system : String >
46
+ <system : String x : Key =" SearchWindowAlign" >Search Window Position on Monitor</system : String >
46
47
<system : String x : Key =" SearchWindowAlignCenter" >Center</system : String >
47
48
<system : String x : Key =" SearchWindowAlignCenterTop" >Center Top</system : String >
48
49
<system : String x : Key =" SearchWindowAlignLeftTop" >Left Top</system : String >
Original file line number Diff line number Diff line change 774
774
775
775
<ItemsControl Style =" {StaticResource SettingGrid}" >
776
776
<StackPanel Style =" {StaticResource TextPanel}" >
777
- <TextBlock Style =" {DynamicResource SettingTitleLabel}" Text =" Search Window position on selected screen " />
777
+ <TextBlock Style =" {DynamicResource SettingTitleLabel}" Text =" {DynamicResource SearchWindowAlign} " />
778
778
</StackPanel >
779
779
<StackPanel Grid.Column=" 2" Orientation =" Horizontal" >
780
780
<ComboBox
801
801
</StackPanel .Style>
802
802
<TextBox
803
803
Height =" 35"
804
- MinWidth =" 120 "
804
+ MinWidth =" 80 "
805
805
Text =" {Binding Settings.CustomWindowLeft}"
806
806
TextWrapping =" NoWrap" />
807
807
<TextBlock
811
811
Text =" x" />
812
812
<TextBox
813
813
Height =" 35"
814
- MinWidth =" 120 "
814
+ MinWidth =" 80 "
815
815
Text =" {Binding Settings.CustomWindowTop}"
816
816
TextWrapping =" NoWrap" />
817
817
</StackPanel >
You can’t perform that action at this time.
0 commit comments