WIP: AddGui #1

Draft
holger wants to merge 7 commits from AddGui into main
2 changed files with 3 additions and 5 deletions
Showing only changes of commit a4ba0bf4a4 - Show all commits

View File

@ -13,10 +13,8 @@
</Window.DataContext>
<Grid ColumnDefinitions="*,*">
<StackPanel Grid.Row="0" Grid.Column="0" Spacing="10" Margin="10">
<Button HorizontalAlignment="Stretch" Command="{Binding OpenCsvFileAsync}"
CommandParameter="{Binding ElementName=LayoutRoot}" HorizontalContentAlignment="Center">
Load CSV file
</Button>
<Button HorizontalAlignment="Stretch" Command="{Binding OpenCsvFileAsync}" Content="Load CSV file"
CommandParameter="{Binding ElementName=LayoutRoot}" HorizontalContentAlignment="Center" />
<TextBox UseFloatingWatermark="True" Watermark="Count of centroids" Text="{Binding CountOfCentroids}" />
</StackPanel>
<avalonia:Plot Grid.Column="1"

View File

@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ScottPlot" Version="4.1.27" />
<PackageReference Include="ScottPlot" Version="4.1.30" />
</ItemGroup>
<ItemGroup>