From: Jean-Philippe Bruyère Date: Wed, 22 Sep 2021 06:23:27 +0000 (+0000) Subject: bubble MouseWheel and Keyboard by default in ListItem X-Git-Tag: v0.9.7-beta~1 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=c4dedb244fada9153adcac0cb43af6596c2ebb91;p=jp%2Fcrow.git bubble MouseWheel and Keyboard by default in ListItem --- 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";