diff --git a/clashN/clashN/Views/MainWindow.xaml b/clashN/clashN/Views/MainWindow.xaml index c55312c..b97a90e 100644 --- a/clashN/clashN/Views/MainWindow.xaml +++ b/clashN/clashN/Views/MainWindow.xaml @@ -4,7 +4,6 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:conv="clr-namespace:ClashN.Converters" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - xmlns:local="clr-namespace:ClashN.Views" xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:reactiveui="http://reactiveui.net" @@ -19,7 +18,7 @@ x:TypeArguments="vms:MainWindowViewModel" Background="{DynamicResource MaterialDesignPaper}" FontFamily="{x:Static conv:MaterialDesignFonts.MyFont}" - ShowInTaskbar="True" + ScrollViewer.VerticalScrollBarVisibility="Auto" TextElement.FontFamily="{x:Static conv:MaterialDesignFonts.MyFont}" TextElement.Foreground="{DynamicResource MaterialDesignBody}" TextOptions.TextFormattingMode="Display" @@ -31,53 +30,52 @@ SnackbarMessageQueue="{Binding ElementName=MainSnackbar, Path=MessageQueue}" Style="{StaticResource MaterialDesignEmbeddedDialogHost}"> - - - - + + - - - - - - - - - - + + + + + + + + + - - - - -