|
724 | 724 | HorizontalAlignment="Left" |
725 | 725 | VerticalAlignment="Center" |
726 | 726 | IsChecked="{x:Bind VolumetricFog, Mode=TwoWay}"> |
727 | | - <TextBlock Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Graphics_VolFogs}" |
| 727 | + <TextBlock Padding="0,0,8,0" |
| 728 | + Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Graphics_VolFogs}" |
728 | 729 | TextWrapping="Wrap" /> |
729 | 730 | </CheckBox> |
730 | 731 | </Grid> |
|
735 | 736 | HorizontalAlignment="Left" |
736 | 737 | VerticalAlignment="Center" |
737 | 738 | IsChecked="{x:Bind Reflections, Mode=TwoWay}"> |
738 | | - <TextBlock Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Graphics_ReflectionQuality}" |
| 739 | + <TextBlock Padding="0,0,8,0" |
| 740 | + Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Graphics_ReflectionQuality}" |
739 | 741 | TextWrapping="Wrap" /> |
740 | 742 | </CheckBox> |
741 | 743 | </StackPanel> |
|
745 | 747 | HorizontalAlignment="Left" |
746 | 748 | VerticalAlignment="Center" |
747 | 749 | IsChecked="{x:Bind Bloom, Mode=TwoWay}"> |
748 | | - <TextBlock Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Graphics_BloomQuality}" |
| 750 | + <TextBlock Padding="0,0,8,0" |
| 751 | + Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Graphics_BloomQuality}" |
749 | 752 | TextWrapping="Wrap" /> |
750 | 753 | </CheckBox> |
751 | 754 | </StackPanel> |
|
764 | 767 | HorizontalAlignment="Left" |
765 | 768 | VerticalAlignment="Center" |
766 | 769 | IsChecked="{x:Bind TeamPageBackground, Mode=TwoWay}"> |
767 | | - <TextBlock Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Graphics_TeamPageBackground}" |
| 770 | + <TextBlock Padding="0,0,8,0" |
| 771 | + Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Graphics_TeamPageBackground}" |
768 | 772 | TextWrapping="Wrap" /> |
769 | 773 | </CheckBox> |
770 | 774 | </StackPanel> |
|
775 | 779 | VerticalAlignment="Center" |
776 | 780 | IsChecked="{x:Bind DynamicCharacterResolution, Mode=TwoWay}" |
777 | 781 | ToolTipService.ToolTip="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Graphics_DynamicCharacterResolution_Tooltip}"> |
778 | | - <TextBlock Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Graphics_DynamicCharacterResolution}" |
| 782 | + <TextBlock Padding="0,0,8,0" |
| 783 | + Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Graphics_DynamicCharacterResolution}" |
779 | 784 | TextWrapping="Wrap" /> |
780 | 785 | </CheckBox> |
781 | 786 | </StackPanel> |
|
863 | 868 | </StackPanel> |
864 | 869 | </StackPanel> |
865 | 870 | </Grid> |
866 | | - <Grid Margin="0,0,0,8"> |
867 | | - <controls:UniformGrid HorizontalAlignment="Left" |
868 | | - Columns="3"> |
869 | | - <StackPanel Grid.Column="0"> |
870 | | - <CheckBox x:Name="AudioDynamicRangeToggle" |
871 | | - HorizontalAlignment="Left" |
872 | | - VerticalAlignment="Center" |
873 | | - IsChecked="{x:Bind Audio_DynamicRange, Mode=TwoWay}"> |
874 | | - <TextBlock Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Audio_DynamicRange}" |
875 | | - TextWrapping="Wrap" /> |
876 | | - </CheckBox> |
877 | | - </StackPanel> |
878 | | - <StackPanel Grid.Column="1"> |
879 | | - <CheckBox x:Name="AudioSurroundToggle" |
880 | | - HorizontalAlignment="Left" |
881 | | - VerticalAlignment="Center" |
882 | | - IsChecked="{x:Bind Audio_Surround, Mode=TwoWay}"> |
883 | | - <TextBlock Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Audio_Output_Surround}" |
884 | | - TextWrapping="Wrap" /> |
885 | | - </CheckBox> |
886 | | - </StackPanel> |
887 | | - <StackPanel Grid.Column="2"> |
888 | | - <CheckBox x:Name="AudioMuteOnMinimizeToggle" |
889 | | - MinWidth="250" |
890 | | - HorizontalAlignment="Left" |
891 | | - VerticalAlignment="Center" |
892 | | - IsChecked="{x:Bind Audio_MuteOnMinimized, Mode=TwoWay}"> |
893 | | - <TextBlock Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Audio_MuteOnMinimize}" |
894 | | - TextWrapping="Wrap" /> |
895 | | - </CheckBox> |
896 | | - </StackPanel> |
897 | | - </controls:UniformGrid> |
| 871 | + <Grid Margin="0,0,0,8" |
| 872 | + HorizontalAlignment="Stretch" |
| 873 | + VerticalAlignment="Top" |
| 874 | + ColumnSpacing="16"> |
| 875 | + <Grid.ColumnDefinitions> |
| 876 | + <ColumnDefinition Width="Auto" /> |
| 877 | + <ColumnDefinition /> |
| 878 | + <ColumnDefinition Width="Auto" /> |
| 879 | + </Grid.ColumnDefinitions> |
| 880 | + <CheckBox x:Name="AudioDynamicRangeToggle" |
| 881 | + Grid.Column="0" |
| 882 | + HorizontalAlignment="Left" |
| 883 | + VerticalAlignment="Top" |
| 884 | + IsChecked="{x:Bind Audio_DynamicRange, Mode=TwoWay}"> |
| 885 | + <TextBlock Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Audio_DynamicRange}" |
| 886 | + TextWrapping="Wrap" /> |
| 887 | + </CheckBox> |
| 888 | + <CheckBox x:Name="AudioSurroundToggle" |
| 889 | + Grid.Column="1" |
| 890 | + HorizontalAlignment="Center" |
| 891 | + VerticalAlignment="Top" |
| 892 | + IsChecked="{x:Bind Audio_Surround, Mode=TwoWay}"> |
| 893 | + <TextBlock Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Audio_Output_Surround}" |
| 894 | + TextWrapping="Wrap" /> |
| 895 | + </CheckBox> |
| 896 | + <CheckBox x:Name="AudioMuteOnMinimizeToggle" |
| 897 | + Grid.Column="2" |
| 898 | + HorizontalAlignment="Left" |
| 899 | + VerticalAlignment="Top" |
| 900 | + IsChecked="{x:Bind Audio_MuteOnMinimized, Mode=TwoWay}"> |
| 901 | + <TextBlock Text="{x:Bind helper:Locale.Lang._GenshinGameSettingsPage.Audio_MuteOnMinimize}" |
| 902 | + TextWrapping="Wrap" /> |
| 903 | + </CheckBox> |
898 | 904 | </Grid> |
899 | 905 | <MenuFlyoutSeparator Margin="0,4,0,8" /> |
900 | 906 | <StackPanel> |
|
0 commit comments