From 18a2d7154f5c9d0b21bdc7e6d4cbec236b868296 Mon Sep 17 00:00:00 2001 From: adroslice Date: Tue, 3 Dec 2019 20:12:00 +0100 Subject: [PATCH] Improved Drag+Drop & Dark Mode testing - Drag+Drop now shows a black line where the item is going to be dropped as an additional visual cue to make it more intuitive - Avalonia's dark default style is lacking two things: -- Highlights on ListBoxItem are too bright (easy fix) -- The window decoration remains white (could be disabled and replaced with custom title bar) --- BFR/MainWindow.xaml | 14 +++++++++++++- BFR/MainWindow.xaml.cs | 43 +++++++++++++++++++++++++++++++++--------- 2 files changed, 47 insertions(+), 10 deletions(-) diff --git a/BFR/MainWindow.xaml b/BFR/MainWindow.xaml index e58ecaa..23143d4 100644 --- a/BFR/MainWindow.xaml +++ b/BFR/MainWindow.xaml @@ -125,6 +125,18 @@ + + + +