Update MainWindow.axaml

This commit is contained in:
Matthew Parker
2023-11-15 23:16:19 +10:00
parent 0907901ca0
commit 09976f88b7

View File

@@ -89,7 +89,7 @@
<Button Grid.Row="2" Grid.Column="0" MinHeight="130" Padding="10" Margin="5"
HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
VerticalContentAlignment="Center" HorizontalContentAlignment="Center"
IsEnabled="{Binding SolutionFilePath, Mode=OneWay, Converter={x:Static StringConverters.IsNotNullOrEmpty}}"
IsEnabled="{Binding SolutionFolderPath, Mode=OneWay, Converter={x:Static StringConverters.IsNotNullOrEmpty}}"
Command="{Binding DeleteBinAndObjFoldersInFolderCommand}">
<TextBlock TextWrapping="Wrap">
Clear bin and obj folders