]> O.S.I.I.S - jp/crow.git/commitdiff
bubble MouseWheel and Keyboard by default in ListItem Commands
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 22 Sep 2021 06:23:27 +0000 (06:23 +0000)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 22 Sep 2021 06:23:27 +0000 (06:23 +0000)
Crow/Default.style

index 181ed47b242ac54acad67a51ab012e2ff10b9350..fdeee18f2982d2630f214e39b40bd2c2c013f3c4 100644 (file)
@@ -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";