diff --git a/Source/LibationAvalonia/App.axaml b/Source/LibationAvalonia/App.axaml index 1342b7cb..ce461dcf 100644 --- a/Source/LibationAvalonia/App.axaml +++ b/Source/LibationAvalonia/App.axaml @@ -74,6 +74,9 @@ + diff --git a/Source/LibationAvalonia/Controls/DirectorySelectControl.axaml b/Source/LibationAvalonia/Controls/DirectorySelectControl.axaml index ee858311..77734d8a 100644 --- a/Source/LibationAvalonia/Controls/DirectorySelectControl.axaml +++ b/Source/LibationAvalonia/Controls/DirectorySelectControl.axaml @@ -24,7 +24,7 @@ Name="combo" MinHeight="{Binding #displayPathTbox.MinHeight}" SelectedItem="{Binding $parent[1].SelectedDirectory, Mode=TwoWay}" - Items="{Binding $parent[1].KnownDirectories}"> + ItemsSource="{Binding $parent[1].KnownDirectories}"> diff --git a/Source/LibationAvalonia/Controls/GroupBox.axaml b/Source/LibationAvalonia/Controls/GroupBox.axaml index c4d23b8f..da3b0e32 100644 --- a/Source/LibationAvalonia/Controls/GroupBox.axaml +++ b/Source/LibationAvalonia/Controls/GroupBox.axaml @@ -3,46 +3,53 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls="clr-namespace:LibationAvalonia.Controls" - mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" + mc:Ignorable="d" d:DesignWidth="200" d:DesignHeight="200" x:Class="LibationAvalonia.Controls.GroupBox"> - + + + + + - - - - - @@ -34,19 +40,18 @@ - - + - - + @@ -59,211 +64,137 @@ + - + - + - - - + + + - - - + + + - - - + + + - + - + - - + + - + - + - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + Text="Downsample to mono? (Recommended)" /> - - - - + + + + - + + - + - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - + @@ -325,8 +319,9 @@