|
1862 | 1862 | </StackPanel>
|
1863 | 1863 | </Border>
|
1864 | 1864 |
|
1865 |
| - <StackPanel> |
| 1865 | + <StackPanel> |
1866 | 1866 |
|
1867 |
| - <Border |
1868 |
| - Margin="0,30,0,0" |
1869 |
| - Padding="0" |
1870 |
| - CornerRadius="5" |
1871 |
| - Style="{DynamicResource SettingGroupBox}"> |
1872 |
| - <StackPanel Orientation="Vertical"> |
1873 |
| - <Border |
1874 |
| - Margin="0" |
1875 |
| - BorderThickness="0" |
1876 |
| - Style="{DynamicResource SettingGroupBox}"> |
1877 |
| - <ItemsControl Style="{StaticResource SettingGrid}"> |
1878 |
| - <StackPanel Style="{StaticResource TextPanel}"> |
1879 |
| - <TextBlock Style="{DynamicResource SettingTitleLabel}" Text="{DynamicResource Animation}" /> |
1880 |
| - <TextBlock Style="{DynamicResource SettingSubTitleLabel}" Text="{DynamicResource AnimationTip}" /> |
1881 |
| - </StackPanel> |
1882 |
| - <ui:ToggleSwitch |
1883 |
| - Grid.Row="0" |
1884 |
| - Grid.Column="2" |
1885 |
| - Width="100" |
1886 |
| - Margin="0,0,2,0" |
1887 |
| - IsOn="{Binding UseAnimation, Mode=TwoWay}" /> |
1888 |
| - <TextBlock |
1889 |
| - Grid.Column="0" |
1890 |
| - Margin="24,0,16,0" |
1891 |
| - VerticalAlignment="Center" |
1892 |
| - FontFamily="/Resources/#Segoe Fluent Icons" |
1893 |
| - FontSize="20"> |
1894 |
| -  |
1895 |
| - </TextBlock> |
1896 |
| - </ItemsControl> |
1897 |
| - </Border> |
1898 |
| - <Separator |
1899 |
| - Width="Auto" |
1900 |
| - BorderBrush="#e5e5e5" |
1901 |
| - BorderThickness="1" /> |
1902 | 1867 | <Border
|
1903 |
| - Margin="0" |
1904 |
| - BorderThickness="0" |
| 1868 | + Margin="0,30,0,0" |
| 1869 | + Padding="0" |
| 1870 | + CornerRadius="5" |
1905 | 1871 | Style="{DynamicResource SettingGroupBox}">
|
1906 |
| - <ItemsControl Style="{StaticResource SettingGrid}"> |
1907 |
| - <StackPanel Style="{StaticResource TextPanel}"> |
1908 |
| - <TextBlock Style="{DynamicResource SettingTitleLabel}" Text="{DynamicResource SoundEffect}" /> |
1909 |
| - <TextBlock Style="{DynamicResource SettingSubTitleLabel}" Text="{DynamicResource SoundEffectTip}" /> |
1910 |
| - </StackPanel> |
1911 |
| - <ui:ToggleSwitch |
1912 |
| - Grid.Row="0" |
1913 |
| - Grid.Column="2" |
1914 |
| - Width="100" |
1915 |
| - Margin="0,0,2,0" |
1916 |
| - IsOn="{Binding UseSound, Mode=TwoWay}" /> |
1917 |
| - <TextBlock |
1918 |
| - Grid.Column="0" |
1919 |
| - Margin="24,0,16,0" |
1920 |
| - VerticalAlignment="Center" |
1921 |
| - FontFamily="/Resources/#Segoe Fluent Icons" |
1922 |
| - FontSize="20"> |
1923 |
| -  |
1924 |
| - </TextBlock> |
1925 |
| - </ItemsControl> |
| 1872 | + <StackPanel Orientation="Vertical"> |
| 1873 | + <Border |
| 1874 | + Margin="0" |
| 1875 | + BorderThickness="0" |
| 1876 | + Style="{DynamicResource SettingGroupBox}"> |
| 1877 | + <ItemsControl Style="{StaticResource SettingGrid}"> |
| 1878 | + <StackPanel Style="{StaticResource TextPanel}"> |
| 1879 | + <TextBlock Style="{DynamicResource SettingTitleLabel}" Text="{DynamicResource Animation}" /> |
| 1880 | + <TextBlock Style="{DynamicResource SettingSubTitleLabel}" Text="{DynamicResource AnimationTip}" /> |
| 1881 | + </StackPanel> |
| 1882 | + <ui:ToggleSwitch |
| 1883 | + Grid.Row="0" |
| 1884 | + Grid.Column="2" |
| 1885 | + Width="100" |
| 1886 | + Margin="0,0,2,0" |
| 1887 | + IsOn="{Binding UseAnimation, Mode=TwoWay}" /> |
| 1888 | + <TextBlock Style="{StaticResource Glyph}"> |
| 1889 | +  |
| 1890 | + </TextBlock> |
| 1891 | + </ItemsControl> |
| 1892 | + </Border> |
| 1893 | + <Separator |
| 1894 | + Width="Auto" |
| 1895 | + BorderThickness="1" |
| 1896 | + Style="{StaticResource SettingSeparatorStyle}" /> |
| 1897 | + <Border |
| 1898 | + Margin="0" |
| 1899 | + BorderThickness="0" |
| 1900 | + Style="{DynamicResource SettingGroupBox}"> |
| 1901 | + <ItemsControl Style="{StaticResource SettingGrid}"> |
| 1902 | + <StackPanel Style="{StaticResource TextPanel}"> |
| 1903 | + <TextBlock Style="{DynamicResource SettingTitleLabel}" Text="{DynamicResource SoundEffect}" /> |
| 1904 | + <TextBlock Style="{DynamicResource SettingSubTitleLabel}" Text="{DynamicResource SoundEffectTip}" /> |
| 1905 | + </StackPanel> |
| 1906 | + <ui:ToggleSwitch |
| 1907 | + Grid.Row="0" |
| 1908 | + Grid.Column="2" |
| 1909 | + Width="100" |
| 1910 | + Margin="0,0,2,0" |
| 1911 | + IsOn="{Binding UseSound, Mode=TwoWay}" /> |
| 1912 | + <TextBlock Style="{StaticResource Glyph}"> |
| 1913 | +  |
| 1914 | + </TextBlock> |
| 1915 | + </ItemsControl> |
| 1916 | + </Border> |
| 1917 | + </StackPanel> |
1926 | 1918 | </Border>
|
1927 |
| - </StackPanel> |
1928 |
| - </Border> |
1929 | 1919 |
|
1930 |
| - <Border Margin="0,12,0,18" Style="{DynamicResource SettingGroupBox}"> |
1931 |
| - <ItemsControl Style="{StaticResource SettingGrid}"> |
1932 |
| - <StackPanel Style="{StaticResource TextPanel}"> |
1933 |
| - <TextBlock Style="{DynamicResource SettingTitleLabel}" Text="{DynamicResource ThemeFolder}" /> |
1934 |
| - </StackPanel> |
1935 |
| - <Button |
1936 |
| - Grid.Column="2" |
1937 |
| - Width="180" |
1938 |
| - Margin="0,0,18,0" |
1939 |
| - HorizontalAlignment="Center" |
1940 |
| - Click="OpenPluginFolder" |
1941 |
| - Content="{DynamicResource OpenThemeFolder}" |
1942 |
| - DockPanel.Dock="Top" /> |
1943 |
| - <TextBlock |
1944 |
| - Grid.Column="0" |
1945 |
| - Margin="24,0,16,0" |
1946 |
| - VerticalAlignment="Center" |
1947 |
| - FontFamily="/Resources/#Segoe Fluent Icons" |
1948 |
| - FontSize="20"> |
1949 |
| -  |
1950 |
| - </TextBlock> |
1951 |
| - </ItemsControl> |
1952 |
| - </Border> |
1953 |
| - </StackPanel> |
1954 |
| - </StackPanel> |
1955 |
| - </Grid> |
1956 |
| - </ScrollViewer> |
1957 |
| - </Border> |
1958 |
| - </TabItem> |
1959 |
| - <StackPanel> |
1960 | 1920 | <Border Margin="0,12,0,12" Style="{DynamicResource SettingGroupBox}">
|
1961 | 1921 | <ItemsControl Style="{StaticResource SettingGrid}">
|
1962 | 1922 | <StackPanel Style="{StaticResource TextPanel}">
|
|
0 commit comments