|
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 |
781 | | - x:Name="SearchWindowPosition" |
782 | | - MinWidth="160" |
783 | | - Margin="0,0,18,0" |
784 | | - VerticalAlignment="Center" |
785 | | - DisplayMemberPath="Display" |
786 | | - FontSize="14" |
787 | | - ItemsSource="{Binding SearchWindowAligns}" |
788 | | - SelectedValue="{Binding Settings.SearchWindowAlign}" |
789 | | - SelectedValuePath="Value"> |
| 781 | + x:Name="SearchWindowPosition" |
| 782 | + MinWidth="160" |
| 783 | + Margin="0,0,18,0" |
| 784 | + VerticalAlignment="Center" |
| 785 | + DisplayMemberPath="Display" |
| 786 | + FontSize="14" |
| 787 | + ItemsSource="{Binding SearchWindowAligns}" |
| 788 | + SelectedValue="{Binding Settings.SearchWindowAlign}" |
| 789 | + SelectedValuePath="Value"> |
790 | 790 | </ComboBox> |
791 | 791 | <StackPanel Margin="0,0,18,0" Orientation="Horizontal"> |
792 | 792 | <StackPanel.Style> |
|
800 | 800 | </Style> |
801 | 801 | </StackPanel.Style> |
802 | 802 | <TextBox |
803 | | - Height="35" |
804 | | - MinWidth="120" |
805 | | - Text="{Binding Settings.CustomWindowLeft}" |
806 | | - TextWrapping="NoWrap" /> |
| 803 | + Height="35" |
| 804 | + MinWidth="80" |
| 805 | + Text="{Binding Settings.CustomWindowLeft}" |
| 806 | + TextWrapping="NoWrap" /> |
807 | 807 | <TextBlock |
808 | | - Margin="10" |
809 | | - VerticalAlignment="Center" |
810 | | - Foreground="{DynamicResource Color05B}" |
811 | | - Text="x" /> |
| 808 | + Margin="10" |
| 809 | + VerticalAlignment="Center" |
| 810 | + Foreground="{DynamicResource Color05B}" |
| 811 | + Text="x" /> |
812 | 812 | <TextBox |
813 | | - Height="35" |
814 | | - MinWidth="120" |
815 | | - Text="{Binding Settings.CustomWindowTop}" |
816 | | - TextWrapping="NoWrap" /> |
| 813 | + Height="35" |
| 814 | + MinWidth="80" |
| 815 | + Text="{Binding Settings.CustomWindowTop}" |
| 816 | + TextWrapping="NoWrap" /> |
817 | 817 | </StackPanel> |
818 | 818 | </StackPanel> |
819 | 819 | <TextBlock Style="{StaticResource Glyph}"> |
|
0 commit comments