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 4343 <system : String x : Key =" SearchWindowScreenFocus" >Monitor with Focused Window</system : String >
4444 <system : String x : Key =" SearchWindowScreenPrimary" >Primary Monitor</system : String >
4545 <system : String x : Key =" SearchWindowScreenCustom" >Custom Monitor</system : String >
46+ <system : String x : Key =" SearchWindowAlign" >Search Window Position on Monitor</system : String >
4647 <system : String x : Key =" SearchWindowAlignCenter" >Center</system : String >
4748 <system : String x : Key =" SearchWindowAlignCenterTop" >Center Top</system : String >
4849 <system : String x : Key =" SearchWindowAlignLeftTop" >Left Top</system : String >
Original file line number Diff line number Diff line change 774774
775775 <ItemsControl Style =" {StaticResource SettingGrid}" >
776776 <StackPanel Style =" {StaticResource TextPanel}" >
777- <TextBlock Style =" {DynamicResource SettingTitleLabel}" Text =" Search Window position on selected screen " />
777+ <TextBlock Style =" {DynamicResource SettingTitleLabel}" Text =" {DynamicResource SearchWindowAlign} " />
778778 </StackPanel >
779779 <StackPanel Grid.Column=" 2" Orientation =" Horizontal" >
780780 <ComboBox
801801 </StackPanel .Style>
802802 <TextBox
803803 Height =" 35"
804- MinWidth =" 120 "
804+ MinWidth =" 80 "
805805 Text =" {Binding Settings.CustomWindowLeft}"
806806 TextWrapping =" NoWrap" />
807807 <TextBlock
811811 Text =" x" />
812812 <TextBox
813813 Height =" 35"
814- MinWidth =" 120 "
814+ MinWidth =" 80 "
815815 Text =" {Binding Settings.CustomWindowTop}"
816816 TextWrapping =" NoWrap" />
817817 </StackPanel >
You can’t perform that action at this time.
0 commit comments