]> O.S.I.I.S - jp/crow.git/commitdiff
Revert "Add default template in default.style to have template path string interned... v0.9.7-beta
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 22 Sep 2021 06:30:33 +0000 (06:30 +0000)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 22 Sep 2021 06:30:33 +0000 (06:30 +0000)
This reverts commit 98a55f7afba6fa0ab79b46bb1048aab8c7987bd5.

Crow/Default.style

index fdeee18f2982d2630f214e39b40bd2c2c013f3c4..28b2152ba6e6888c96940d16ea47f9ffe4aec5f0 100644 (file)
@@ -36,39 +36,14 @@ Border {
        Margin = "${ControlInsideMargin}";
 }
 
-CheckBox {
-       Template = "#Crow.CheckBox.template";
-       Caption = "CheckBox";
-}
-RadioButton {
-       Template = "#Crow.RadioButton.template";
-       Caption = "RadioButton";
-}
-Expandable {
-       Template = "#Crow.Expandable.template";
-       Caption = "Expandable";
-}
-Popper {
-       Template = "#Crow.Popper.template";
-       Caption = "Popper";
-}
+CheckBox { Caption = "CheckBox"; }
+RadioButton { Caption = "RadioButton"; }
+Expandable { Caption = "Expandable"; }
+Popper { Caption = "Popper";}
 GroupBox {
-       Template = "#Crow.GroupBox.template";
        Caption = "Group Box";
        Foreground = "${ControlForeground}";
 }
-ListBox {
-       Template = "#Crow.ListBox.template";
-       Caption = "List Box";
-}
-ComboBox {
-       Template = "#Crow.ComboBox.template";
-       Caption = "Combo Box";
-}
-TreeView {
-       Template = "#Crow.TreeView.template";
-       Caption = "Tree View";
-}
 
 Control {
        Margin="${ControlInsideMargin}";
@@ -102,8 +77,6 @@ Wrapper {
        Orientation = "Vertical";
 }
 Button {
-       Template = "#Crow.Button.template";
-       //Focusable     = "true";
        Caption         = "Button";
        MinimumSize = "60,22";
        Height          = "Fit";
@@ -139,7 +112,6 @@ TextBox {
        Margin = "1";
 }
 Menu {
-       Template = "#Crow.Menu.template";
        Margin = "0";
        Background = "${MenuBackground}";
        Height = "Fit";
@@ -150,7 +122,6 @@ Menu {
        //SelectionColoring = "false";
 }
 MenuItem {
-       Template = "#Crow.MenuItem.template";
        Caption = "MenuItem";
        Width = "Stretched";
        Height = "Fit";
@@ -308,7 +279,6 @@ ArrowBut {
 }
 
 ScrollBar {
-       Template = "#Crow.ScrollBar.template";
        Orientation = "Vertical";
        Maximum = "0";
        Value = "0";
@@ -327,7 +297,6 @@ HScrollBar {
     Orientation = "Horizontal";
 }
 EnumSelector {
-       Template = "#Crow.EnumSelector.template";
     Width = "Fit";
     Height = "Fit";
 }
@@ -378,4 +347,4 @@ MessageBox, Popper, Slider, Spinner, TextBox, NumericControl {
 }
 TemplatedControl, GenericStack {
        CacheEnabled="true";
-}
\ No newline at end of file
+}