File tree Expand file tree Collapse file tree
samples/Unity.Mvvm.Calc/Assets/UI Toolkit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <ui:VisualElement name="BottomPanel" class="bottom-panel">
88 <ui:VisualElement name="Row1" class="elements-row">
99 <UnityMvvmToolkit.UITK.BindableUIElements.BindableButton text="C" name="ButtonClear" command="ClearCommand" class="round-button round-button__clear-label" />
10- <UnityMvvmToolkit.UITK.BindableUIElements.ButtonUITK text="+/-" name="ButtonSign" enabled="false" class="round-button round-button__operation-label" />
11- <UnityMvvmToolkit.UITK.BindableUIElements.ButtonUITK text="%" name="ButtonPercentage" enabled="false" class="round-button round-button__operation-label" />
10+ <UnityMvvmToolkit.UITK.BindableUIElements.BindableButton text="+/-" name="ButtonSign" enabled="false" class="round-button round-button__operation-label" />
11+ <UnityMvvmToolkit.UITK.BindableUIElements.BindableButton text="%" name="ButtonPercentage" enabled="false" class="round-button round-button__operation-label" />
1212 <UnityMvvmToolkit.UITK.BindableUIElements.BindableButton text="÷" name="ButtonDivision" command="OperationCommand, ÷" class="round-button round-button__operation-label" />
1313 </ui:VisualElement>
1414 <ui:VisualElement name="Row2" class="elements-row">
3131 </ui:VisualElement>
3232 <ui:VisualElement name="Row5" class="elements-row">
3333 <UnityMvvmToolkit.UITK.BindableUIElements.BindableButton text="0" name="Button0" command="NumberCommand, 0" class="round-button round-button--wide" />
34- <UnityMvvmToolkit.UITK.BindableUIElements.ButtonUITK text="." name="ButtonDot" enabled="false" class="round-button" />
34+ <UnityMvvmToolkit.UITK.BindableUIElements.BindableButton text="." name="ButtonDot" enabled="false" class="round-button" />
3535 <UnityMvvmToolkit.UITK.BindableUIElements.BindableButton text="=" name="ButtonEqual" command="CalculateCommand" class="round-button round-button--highlighted" />
3636 </ui:VisualElement>
3737 </ui:VisualElement>
You can’t perform that action at this time.
0 commit comments