From 9b345dd6c0e8ca44262a56a0b9062f6c420179da Mon Sep 17 00:00:00 2001 From: Justin Swanson Date: Sat, 9 Nov 2019 19:54:43 -0600 Subject: [PATCH] CompilerView: Reshuffling around to prevent shadow from going over input --- Wabbajack/Views/CompilerView.xaml | 160 ++++++++++++++++-------------- 1 file changed, 85 insertions(+), 75 deletions(-) diff --git a/Wabbajack/Views/CompilerView.xaml b/Wabbajack/Views/CompilerView.xaml index cdf34448..6d804726 100644 --- a/Wabbajack/Views/CompilerView.xaml +++ b/Wabbajack/Views/CompilerView.xaml @@ -16,96 +16,104 @@ - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + Grid.Column="3" + Author="{Binding AuthorText}" + BorderThickness="0" + Description="{Binding Description}" + Image="{Binding Image}" /> + + + + + + + + + + + + + + + + + + + + - +