From: Jean-Philippe Bruyère Date: Sat, 18 Sep 2021 09:22:04 +0000 (+0000) Subject: save commit, BubbleEvents, iface.search type and ext meth for loadCtx wise searches... X-Git-Tag: v0.9.7-beta~8 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=f73ce5a6db8949227834d9d65b195bbb9e8acb32;p=jp%2Fcrow.git save commit, BubbleEvents, iface.search type and ext meth for loadCtx wise searches, IncludedEvents as list, removed discarded events --- diff --git a/Crow/Default.style b/Crow/Default.style index c2b17b4b..181ed47b 100644 --- a/Crow/Default.style +++ b/Crow/Default.style @@ -100,8 +100,9 @@ Wrapper { } Button { Template = "#Crow.Button.template"; + //Focusable = "true"; Caption = "Button"; - MinimumSize = "50,22"; + MinimumSize = "60,22"; Height = "Fit"; Width = "Fit"; } @@ -163,6 +164,7 @@ ListItem { //Selected = "{Background=${ControlHighlight}}"; //Unselected = "{Background=Transparent}"; //Margin="1"; + Focusable = "true"; } MessageBox { Background = "0.1,0.1,0.2,0.85"; @@ -362,13 +364,13 @@ TableHeaderLabel { Button, CheckBox, RadioButton, ComboBox, Expandable, MessageBox, Popper, Slider, Spinner, TextBox, NumericControl { - //Focusable = "true"; + Focusable = "true"; Foreground="${ControlForeground}"; Height = "Fit"; Background = "${ControlBackground}"; CornerRadius = "${ControlCornerRadius}"; Margin="0"; - BubbleMouseEvent="MouseWheel|Keyboard"; + BubbleEvents="MouseWheel|Keyboard"; } TemplatedControl, GenericStack { CacheEnabled="true"; diff --git a/Crow/Templates/Button.template b/Crow/Templates/Button.template index 9ad621d9..6627021e 100644 --- a/Crow/Templates/Button.template +++ b/Crow/Templates/Button.template @@ -1,4 +1,4 @@ - + diff --git a/Crow/Templates/CheckBox2.template b/Crow/Templates/CheckBox2.template index 0fa0ffef..68afd0bf 100644 --- a/Crow/Templates/CheckBox2.template +++ b/Crow/Templates/CheckBox2.template @@ -1,7 +1,5 @@ - - \ No newline at end of file +