From c4dedb244fada9153adcac0cb43af6596c2ebb91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Wed, 22 Sep 2021 06:23:27 +0000 Subject: [PATCH] bubble MouseWheel and Keyboard by default in ListItem --- Crow/Default.style | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Crow/Default.style b/Crow/Default.style index 181ed47b..fdeee18f 100644 --- a/Crow/Default.style +++ b/Crow/Default.style @@ -27,6 +27,9 @@ MenuBackground = "Jet"; InactiveTabItem = "DarkGrey"; +FolderIcon = "#Crow.Icons.folder.svg"; +FileIcon = "#Crow.Icons.file.svg"; + Border { BorderWidth = "${ControlBorderWidth}"; Foreground = "${ControlBorderColor}"; @@ -165,6 +168,7 @@ ListItem { //Unselected = "{Background=Transparent}"; //Margin="1"; Focusable = "true"; + BubbleEvents="MouseWheel|Keyboard"; } MessageBox { Background = "0.1,0.1,0.2,0.85"; -- 2.47.3