Skip to content

Commit

Permalink
Combo box IconInstance no longer has events in default Forms project.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Nov 9, 2023
1 parent c4a8964 commit 000526a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,18 @@
<Value xsi:type="xsd:float">24</Value>
<SetsValue>true</SetsValue>
</Variable>
<Variable>
<Type>bool</Type>
<Name>IconInstance.ExposeChildrenEvents</Name>
<Value xsi:type="xsd:boolean">false</Value>
<SetsValue>true</SetsValue>
</Variable>
<Variable>
<Type>bool</Type>
<Name>IconInstance.HasEvents</Name>
<Value xsi:type="xsd:boolean">false</Value>
<SetsValue>true</SetsValue>
</Variable>
<Variable>
<Type>float</Type>
<Name>IconInstance.Height</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
<Name>Container</Name>
<State>
<Name>Default</Name>
<Variable>
<Type>int</Type>
<Name>AutoGridHorizontalCells</Name>
<Value xsi:type="xsd:int">4</Value>
<Category>Children</Category>
<SetsValue>true</SetsValue>
</Variable>
<Variable>
<Type>int</Type>
<Name>AutoGridVerticalCells</Name>
<Value xsi:type="xsd:int">4</Value>
<Category>Children</Category>
<SetsValue>true</SetsValue>
</Variable>
<Variable>
<Type>ChildrenLayout</Type>
<Name>Children Layout</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
<Name>ColorCategoryState</Name>
<SetsValue>false</SetsValue>
</Variable>
<Variable>
<Type>float?</Type>
<Name>CustomFrameTextureCoordinateWidth</Name>
<Category>Source</Category>
<SetsValue>true</SetsValue>
</Variable>
<Variable>
<Type>bool</Type>
<Name>ExposeChildrenEvents</Name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@
<Value xsi:type="xsd:boolean">false</Value>
<SetsValue>true</SetsValue>
</Variable>
<Variable>
<Type>float</Type>
<Name>LineHeightMultiplier</Name>
<Value xsi:type="xsd:float">1</Value>
<Category>Font</Category>
<SetsValue>true</SetsValue>
</Variable>
<Variable>
<Type>int?</Type>
<Name>MaxLettersToShow</Name>
Expand Down

0 comments on commit 000526a

Please sign in to comment.